search for: _ztin4llvm10x86jitinfoe

Displaying 1 result from an estimated 1 matches for "_ztin4llvm10x86jitinfoe".

2013 Mar 23
1
[LLVMdev] LLVM 3.2 compilation with RTTI enabled
...--enable-profiling \ make REQUIRES_RTTI=1 sudo make install According to previous posts to the list, REQUIRE_RTTI=1 should do, but I still get a lot of RTTI-related errors like this while linking "opt": (.data.rel.ro._ZTIN4llvm10X86JITInfoE[typeinfo for llvm::X86JITInfo]+0x10): undefined reference to `typeinfo for llvm::TargetJITInfo' Any ideas? Thanks ahead, Pablo