This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix running tests under hwasan.
ClosedPublic

Authored by eugenis on Oct 14 2021, 2:32 PM.

Details

Summary

When built with hwasan, assume that the target architecture does not
support TBI. HWASan uses that byte for its own purpose, and changing it
breaks things.

Diff Detail

Event Timeline

eugenis requested review of this revision.Oct 14 2021, 2:32 PM
eugenis created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 2:32 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
hctim accepted this revision.Oct 14 2021, 2:42 PM
This revision is now accepted and ready to land.Oct 14 2021, 2:42 PM
This revision was landed with ongoing or failed builds.Oct 14 2021, 3:03 PM
This revision was automatically updated to reflect the committed changes.