[cfe-dev] [clang-cl] cannot mangle RTTI descriptors error despite RTTI disabled with /GR-

Astron B boldaster at gmail.com
Sat Dec 28 15:04:19 PST 2013


Hey guys,

Despite disabling RTTI using the /GR- argument I still get the following
errors while trying to compile code that uses the STL vector with clang-cl:

F:\LLVM-fresh\vs11\bin\Debug>clang-cl /c /GR- testdll.cpp
error: cannot mangle RTTI descriptors for type 'bad_alloc' yet
error: cannot mangle the name of type 'bad_alloc' into RTTI descriptors yet
error: cannot mangle RTTI descriptors for type 'exception' yet
error: cannot mangle the name of type 'exception' into RTTI descriptors yet
4 errors generated.

Thanks for any assistance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131229/11d81405/attachment.html>


More information about the cfe-dev mailing list