Skip to content

Commit c24be46

Browse files
committed
Enable this test only on AArch64 target
1 parent 3c4f4f3 commit c24be46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/AArch64/test-indirect-branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// clang-format off
2323

24-
// REQUIRES: system-linux
24+
// REQUIRES: system-linux,target=aarch64{{.*}}
2525
// RUN: %clang %s -o %t.exe -Wl,-q -static -fuse-ld=lld \
2626
// RUN: --target=aarch64-unknown-linux-gnu
2727
// RUN: llvm-bolt %t.exe -o %t.bolt --print-cfg \

0 commit comments

Comments
 (0)