You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The passmgr is the only significant user of RTTI data. If we could eliminate its use, we could build all of
LLVM with -fno-rtti, which is good for a 5-6% size reduction. This would also provide (slightly) faster
builds for everyone! :)