Skip to content

Commit 803eaf2

Browse files
authored
[BOLT][NFC] Fix test requirement (#100867)
Tests that are using instrumentation should have bolt-runtime in requirements
1 parent 154d00d commit 803eaf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bolt/test/AArch64/dummy-return.s

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# REQUIRES: system-linux,target=aarch64{{.*}}
1+
# This test checks instrumentation of static binary on AArch64.
2+
3+
# REQUIRES: system-linux,bolt-runtime,target=aarch64{{.*}}
24

35
# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
46
# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -static

0 commit comments

Comments
 (0)