[LLVMdev] Is the option --enable-shared discontinued in 2.7? (FreeBSD)

Yuri yuri at tsoft.com
Wed May 5 10:08:13 PDT 2010


Jeffrey Yasskin wrote:
>> Would you try the patch at
>> http://codereview.appspot.com/download/issue968046_1.diff? It should
>> make the BSDs fall into the same path as Linux, and since you use gnu
>> ld, that should work for you.
>>     
>
> Ping?
>   


I also noticed that during the build in llvm-gcc-4.2-objects on sparc 
machine there is also a step:
llvm[1]: Linking Release Shared Library LLVM-2.7.so
Linking command is the similar (or same) as in llvm-objects.
It fails just like the same command in llvm-objects. And adding -lc in 
the end saves it.
I guess this is a bug in the Makefile because libLLVM-2.7.so already 
exists and --enable-llvm= is specified to configure.

Not sure why this didn't fail the same way on i386.

Yuri



More information about the llvm-dev mailing list