Skip to content

Commit c530539

Browse files
committed
[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
1 parent 7fb9de2 commit c530539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %run %t
55
// RUN: %clang_hwasan -O1 -mllvm --aarch64-enable-global-isel-at-O=1 %s -o %t
66
// RUN: %run %t
7+
// REQUIRES: aarch64-target-arch
78

89
static int global;
910

0 commit comments

Comments
 (0)