[LLVMdev] Problems with class inheritance in LLVM

Tim Northover t.p.northover at gmail.com
Sun Aug 25 08:26:16 PDT 2013


Hi James,

> Will I have to rebuild llvm with rtti enabled, or is there some other fix I
> can do with standard llvm 3.2?

Either that or compile your code with -fno-rtti as well, I believe.
Getting the incomplete RTTI that would come from forcing the issue
sounds like a recipe for disaster.

Cheers.

Tim.



More information about the llvm-dev mailing list