summaryrefslogtreecommitdiff
path: root/bolt
diff options
context:
space:
mode:
authorMuhammad Omair Javaid <omair.javaid@linaro.org>2023-04-12 17:11:58 +0500
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2023-04-12 17:14:30 +0500
commit1a8f3f96c2ff17b1404f4f748abeb9c5f69b6852 (patch)
treee64fa3e8574344a1a1c442f7013cd8c1850d823c /bolt
parent797da79a928eef3b389883ea873cc32060e812fa (diff)
downloadllvm-1a8f3f96c2ff17b1404f4f748abeb9c5f69b6852.tar.gz
[BOLT] Fix section-end-sym.s test to only run x86/Linux
section-end-sym.s contains x86_64 assembly instruction execution on target. I have changed REQURIES: field system-linux --> x86_64-linux This came up while testing LLVM 16.0.1 release on AArch64 Linux.
Diffstat (limited to 'bolt')
-rw-r--r--bolt/test/X86/section-end-sym.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/X86/section-end-sym.s b/bolt/test/X86/section-end-sym.s
index 38517bf7e071..cf1723c2563a 100644
--- a/bolt/test/X86/section-end-sym.s
+++ b/bolt/test/X86/section-end-sym.s
@@ -1,7 +1,7 @@
## Check that BOLT doesn't consider end-of-section symbols (e.g., _etext) as
## functions.
-# REQUIRES: system-linux, asserts
+# REQUIRES: x86_64-linux, asserts
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-linux %s -o %t.o
# RUN: ld.lld %t.o -o %t.exe -q