This is an archive of the discontinued LLVM Phabricator instance.

Remove STL/microsoft-specific CFI blacklist entries
ClosedPublic

Authored by vlad.tsyrklevich on Jul 25 2017, 2:00 PM.

Details

Summary

These functions/attributes are now explicitly handled by assigning them public LTO visibility (if appropriate) in CodeGenModule::HasHiddenLTOVisibility.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc accepted this revision.Jul 25 2017, 2:05 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 25 2017, 2:05 PM
This revision was automatically updated to reflect the committed changes.