[cfe-dev] Disallow rtti

Andreas Bergmeier via cfe-dev cfe-dev at lists.llvm.org
Tue Oct 24 06:28:36 PDT 2017


I am currently starting implementing a new toolchain and want to disable
rtti there.
Now saw CalculateRTTIMode in lib/Driver/ToolChain.cpp. Now I would like to
warn the user that rtti is actually no supported on that platform (for
-frtti). Currently it seems like all rtti handling in Toolchain is hard
coded.
What is the best way to indicate missing rtti on a platform?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20171024/29acbfcd/attachment.html>


More information about the cfe-dev mailing list