From 85bbf57bf926ca4b7899ddba3569384065d21313 Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Mon, 11 Mar 2019 17:34:17 +0000 Subject: [PATCH] [HWASan] Remove address significance from tag_mismatch. Actually fix the issue referenced in rL355840. llvm-svn: 355844 --- compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S b/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S index cda554f290ec..dfbd0538babb 100644 --- a/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S +++ b/compiler-rt/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.