This is an archive of the discontinued LLVM Phabricator instance.

hwasan: Don't pass the tagged-globals target-feature to non-aarch64 backends.
ClosedPublic

Authored by craig.topper on Jul 7 2020, 10:07 PM.

Details

Summary

The other backends don't know what this feature is and print a
message to stderr.

I recently tried to rework some target feature stuff in X86 and
this unknown feature tripped an assert I added.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 7 2020, 10:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 10:07 PM
hctim accepted this revision.Jul 8 2020, 8:54 AM

Thanks!

This revision is now accepted and ready to land.Jul 8 2020, 8:54 AM
This revision was automatically updated to reflect the committed changes.