[HWASan] Remove address significance from tag_mismatch.

Actually fix the issue referenced in rL355840.

llvm-svn: 355844
This commit is contained in:
Mitch Phillips
2019-03-11 17:34:17 +00:00
parent 5cc2790410
commit 85bbf57bf9

View File

@@ -100,12 +100,6 @@ __hwasan_tag_mismatch:
.Lfunc_end0:
.size __hwasan_tag_mismatch, .Lfunc_end0-__hwasan_tag_mismatch
// Address significance tables cannot be emitted on gcc. Some buildbots
// (clang-cmake-aarch64-lld) use gcc to build compiler-rt.
#if __clang__
.addrsig
#endif // __clang__
#endif // defined(__aarch64__)
// We do not need executable stack.