This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Use tagged-globals feature on x86.
ClosedPublic

Authored by morehouse on Oct 7 2021, 12:40 PM.

Details

Summary

Allows us to use the small code model when we disable relocation
relaxation.

Diff Detail

Event Timeline

morehouse requested review of this revision.Oct 7 2021, 12:40 PM
morehouse created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 7 2021, 12:40 PM
Herald added subscribers: Restricted Project, cfe-commits. · View Herald Transcript
eugenis accepted this revision.Oct 7 2021, 1:40 PM

LGTM

This revision is now accepted and ready to land.Oct 7 2021, 1:40 PM
This revision was automatically updated to reflect the committed changes.