Displaying 3 results from an estimated 3 matches for "require_rtti".
Did you mean:
requires_rtti
2012 Apr 12
3
[LLVMdev] check if llvm was built with REQUIRE_RTTI
Hi,
the rubinius project needs llvm built with REQUIRE_RTTI to
successfully compile. It can use the system ruby, if it fits, but how
can I find out, if llvm was build that way?
thank you,
Gibheer
2012 Apr 13
0
[LLVMdev] check if llvm was built with REQUIRE_RTTI
On 12 Apr 2012, at 10:34, Gibheer wrote:
> Hi,
>
> the rubinius project needs llvm built with REQUIRE_RTTI to
> successfully compile. It can use the system ruby, if it fits, but how
> can I find out, if llvm was build that way?
>
> thank you,
>
> Gibheer
You could run llvm-config --cxxflags to get the C++ compiler flags to use for files that include LLVM headers and check if this co...
2013 Mar 23
1
[LLVMdev] LLVM 3.2 compilation with RTTI enabled
...zed \
--enable-targets=x86,x86_64
--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