[llvm-dev] Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.

kiran pawar via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 12 23:36:40 PDT 2015


Hi,
On Linux I observed

[root at localhost poolalloc]# find . -name *.a
./Release+Asserts/lib/LLVMDataStructure.a
./Release+Asserts/lib/poolalloc.a
./Release+Asserts/lib/AssistDS.a
./Release+Asserts/lib/libpoolalloc_fl_rt.a
./Release+Asserts/lib/libpoolalloc_rt.a
./Release+Asserts/lib/libpa_pre_rt.a
./Release+Asserts/lib/libcount.a


On cygwin I observed

kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/poolalloc
$ find . -name *.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/dde18ab1/attachment.html>


More information about the llvm-dev mailing list