[compiler-rt] c530539 - [AArch64][NFC] require aarch64 support for hwasan test

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 20:56:05 PDT 2020


Author: Sameer Sahasrabuddhe
Date: 2020-08-07T09:24:52+05:30
New Revision: c530539badd58e11eb5c1aa426d8e3eba96f07d3

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

LOG: [AArch64][NFC] require aarch64 support for hwasan test

This was breaking builds where the target is not enabled.

Reviewed By: danielkiss, eugenis

Differential Revision: https://reviews.llvm.org/D85412

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/exported-tagged-global.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/exported-tagged-global.c b/compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
index 198d8781f68a..9c4936c0b94b 100644
--- a/compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
+++ b/compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
@@ -4,6 +4,7 @@
 // RUN: %run %t
 // RUN: %clang_hwasan -O1 -mllvm --aarch64-enable-global-isel-at-O=1 %s -o %t
 // RUN: %run %t
+// REQUIRES: aarch64-target-arch
 
 static int global;
 


        


More information about the llvm-commits mailing list