[llvm] [BOLT] Fix runtime/instrument-wrong-target.s test (PR #82858)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 07:18:38 PST 2024
================
@@ -1,7 +1,8 @@
# Test that BOLT errs when trying to instrument a binary with a different
# architecture than the one BOLT is built for.
-# REQUIRES: x86_64-linux,bolt-runtime,target=x86_64{{.*}}
+# REQUIRES: x86_64-linux,bolt-runtime
+# REQUIRES: target-x86_64 && aarch64-registered-target
----------------
ayermolo wrote:
Not sure if it's a new syntax. I have seen it in some other tests.
https://github.com/llvm/llvm-project/pull/82858
More information about the llvm-commits
mailing list