search for: ed0b49fd

Displaying 2 results from an estimated 2 matches for "ed0b49fd".

2011 Sep 30
0
[LLVMdev] RTTI handling
LLVM does not use RTTI--it has its own mechanisms; see llvm/include/llvm/Support/Casting.h, and by default it is turning off for an LLVM build. Garrison On Sep 30, 2011, at 12:15, Somorjai, Akos wrote: > Hello all, > > I was wondering how llvm and clang handles the RTTI shared libraries issue mentioned here: http://gcc.gnu.org/faq.html#dso > > Is it using name or address
2011 Sep 30
4
[LLVMdev] RTTI handling
Hello all, I was wondering how llvm and clang handles the RTTI shared libraries issue mentioned here: http://gcc.gnu.org/faq.html#dso Is it using name or address comparison? We have an architecture with several frameworks and plug-ins; some of the latter are being loaded and unloaded runtime. In the past that issue caused crashes in our app, so at the moment we are overriding __dynamic_cast to