summaryrefslogtreecommitdiff
path: root/lib/hwasan
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-03-11 17:34:17 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-03-11 17:34:17 +0000
commitcff151a800db0855592057fef801aec9d8ad8c80 (patch)
tree45c44fbac1c317ddd30bf1e2e022eb2379d78aa6 /lib/hwasan
parent02dc43c7271d5c59266b69321dbf7a944b2fa040 (diff)
downloadcompiler-rt-cff151a800db0855592057fef801aec9d8ad8c80.tar.gz
[HWASan] Remove address significance from tag_mismatch.
Actually fix the issue referenced in rL355840. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@355844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/hwasan')
-rw-r--r--lib/hwasan/hwasan_tag_mismatch_aarch64.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/hwasan/hwasan_tag_mismatch_aarch64.S b/lib/hwasan/hwasan_tag_mismatch_aarch64.S
index cda554f29..dfbd0538b 100644
--- a/lib/hwasan/hwasan_tag_mismatch_aarch64.S
+++ b/lib/hwasan/hwasan_tag_mismatch_aarch64.S
@@ -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.