[LLVMdev] check if llvm was built with REQUIRE_RTTI

Joerg Sonnenberger joerg at britannica.bec.de
Thu Apr 12 07:56:12 PDT 2012


On Thu, Apr 12, 2012 at 11:34:24AM +0200, 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?

Check for the presence of "typeinfo for ..." outside libLLVMSupport
using nm -C?

Joerg



More information about the llvm-dev mailing list