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

Yuri yuri at tsoft.com
Wed Apr 28 09:23:58 PDT 2010


Pekka Jääskeläinen wrote:
> On 04/28/2010 11:42 AM, Yuri wrote:
>> Looks like this is platform dependent. 
>
> Yep, works fine here on Debian 5.0/x86_64 with gcc 4.3.2.
>
> Did you build with make REQUIRES_RTTI=1 which is required
> as of LLVM 2.7 to get RTTI for LLVM symbols?
>

No.
If this is a hack to get the command 'g++ -shared -o libLLVM-2.7.so 
-lXXX -lXXX -lXXX ...' to actually produce the full shared library this 
should be done
automatically by Makefile and not exposed to the user.

Yuri



More information about the llvm-dev mailing list