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
Jeffrey Yasskin
2010-Apr-28 16:34 UTC
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On Wed, Apr 28, 2010 at 9:23 AM, Yuri <yuri at tsoft.com> wrote:> 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.Yeah, REQUIRES_RTTI has nothing to do with this.
Maybe Matching Threads
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?