Displaying 2 results from an estimated 2 matches for "gibheer".
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 th...