This is an archive of the discontinued LLVM Phabricator instance.

gn build: Split no-RTTI flag into a config.
ClosedPublic

Authored by pcc on Jan 11 2019, 5:37 PM.

Details

Summary

Some of the sanitizer runtime code needs to be built with RTTI;
this allows that code to opt in to RTTI.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jan 11 2019, 5:37 PM
thakis accepted this revision.Jan 11 2019, 6:25 PM
This revision is now accepted and ready to land.Jan 11 2019, 6:25 PM
This revision was automatically updated to reflect the committed changes.