search for: libtypechecks_rt

Displaying 2 results from an estimated 2 matches for "libtypechecks_rt".

2015 Oct 13
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...me *.a ./Release+Asserts/lib/libAssistDS.a ./Release+Asserts/lib/libcount.a ./Release+Asserts/lib/libLLVMDataStructure.a ./Release+Asserts/lib/libpa_pre_rt.a ./Release+Asserts/lib/libpoolalloc.a ./Release+Asserts/lib/libpoolalloc_fl_rt.a ./Release+Asserts/lib/libpoolalloc_rt.a ./Release+Asserts/lib/libtypechecks_rt.a This creates issue to llvm/safecode since it tries to search libraries named as poolalloc.a, AssistDS.a etc. Any solution for this ? ~ Kiran -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151013/dde18ab...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...istDS.a > ./Release+Asserts/lib/libcount.a > ./Release+Asserts/lib/libLLVMDataStructure.a > ./Release+Asserts/lib/libpa_pre_rt.a > ./Release+Asserts/lib/libpoolalloc.a > ./Release+Asserts/lib/libpoolalloc_fl_rt.a > ./Release+Asserts/lib/libpoolalloc_rt.a > ./Release+Asserts/lib/libtypechecks_rt.a > > > This creates issue to llvm/safecode since it tries to search libraries > named as poolalloc.a, AssistDS.a etc. Any solution for this ? > > ~ Kiran > > > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.ll...