We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0acb8 commit 0e84e27Copy full SHA for 0e84e27
bolt/test/runtime/instrument-wrong-target.s renamed to bolt/test/runtime/X86/instrument-wrong-target.s
@@ -1,8 +1,8 @@
1
# Test that BOLT errs when trying to instrument a binary with a different
2
# architecture than the one BOLT is built for.
3
4
-# REQUIRES: x86_64-linux,bolt-runtime
5
-# REQUIRES: target-x86_64 && aarch64-registered-target
+# REQUIRES: system-linux,bolt-runtime
+# REQUIRES: aarch64-registered-target
6
7
# RUN: llvm-mc -triple aarch64 -filetype=obj %s -o %t.o
8
# RUN: ld.lld -q -pie -o %t.exe %t.o
0 commit comments