This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] An LLVM flag to disable stack tag randomization.
ClosedPublic

Authored by eugenis on Jan 12 2018, 5:17 PM.

Diff Detail

Event Timeline

eugenis created this revision.Jan 12 2018, 5:17 PM

Generated code is not great with this flag. If performance was a goal, some things could be done differently.
I've tried to share as much code with with the randomized-tags path as possible.

alekseyshl accepted this revision.Jan 12 2018, 5:29 PM
This revision is now accepted and ready to land.Jan 12 2018, 5:29 PM
This revision was automatically updated to reflect the committed changes.
Herald added a subscriber: Restricted Project. · View Herald TranscriptJan 12 2018, 5:33 PM