summaryrefslogtreecommitdiff
path: root/bolt
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2023-03-22 15:55:18 -0700
committerAmy Huang <akhuang@google.com>2023-03-22 17:05:11 -0700
commitfd47ab05e5abd98254d2bba012d81dbb00217812 (patch)
treeb1e005b6d9982f23d5ea9887c86c0d0b4f988d49 /bolt
parent0c0387c7a5e979d2dbf791404c7398856895f8fb (diff)
downloadllvm-fd47ab05e5abd98254d2bba012d81dbb00217812.tar.gz
Add "REQUIRES: asserts" to test that uses --debug-only flag
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 a9bca5604ec1..38517bf7e071 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
+# REQUIRES: system-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