Skip to content

Commit 0e84e27

Browse files
authored
[BOLT] Move test under X86 target. NFCI (#83202)
instrument-wrong-target.s test requires X86 host. Move it under runtime/X86.
1 parent 9d0acb8 commit 0e84e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/test/runtime/instrument-wrong-target.s renamed to bolt/test/runtime/X86/instrument-wrong-target.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Test that BOLT errs when trying to instrument a binary with a different
22
# architecture than the one BOLT is built for.
33

4-
# REQUIRES: x86_64-linux,bolt-runtime
5-
# REQUIRES: target-x86_64 && aarch64-registered-target
4+
# REQUIRES: system-linux,bolt-runtime
5+
# REQUIRES: aarch64-registered-target
66

77
# RUN: llvm-mc -triple aarch64 -filetype=obj %s -o %t.o
88
# RUN: ld.lld -q -pie -o %t.exe %t.o

0 commit comments

Comments
 (0)