[compiler-rt] 2022e2f - [HWASan] Disable LTO test on aarch64.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 08:08:26 PST 2021


Author: Matt Morehouse
Date: 2021-11-29T08:08:17-08:00
New Revision: 2022e2fcd05c68a38c4b5ef865461c9c86a81997

URL: https://github.com/llvm/llvm-project/commit/2022e2fcd05c68a38c4b5ef865461c9c86a81997
DIFF: https://github.com/llvm/llvm-project/commit/2022e2fcd05c68a38c4b5ef865461c9c86a81997.diff

LOG: [HWASan] Disable LTO test on aarch64.

It fails for non-Android aarch64 bots as well.

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/lto.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/lto.c b/compiler-rt/test/hwasan/TestCases/lto.c
index 6a83a32ff1fb6..5dd01b9cee3e1 100644
--- a/compiler-rt/test/hwasan/TestCases/lto.c
+++ b/compiler-rt/test/hwasan/TestCases/lto.c
@@ -2,8 +2,7 @@
 // RUN: %clang_hwasan -flto %s -o %t
 // RUN: not %run %t 1 2>&1 | FileCheck %s
 
-// REQUIRES: pointer-tagging
-// UNSUPPORTED: android
+// REQUIRES: pointer-tagging, x86_64-target-arch
 
 #include <stdlib.h>
 


        


More information about the llvm-commits mailing list