aboutsummaryrefslogtreecommitdiff
path: root/bolt/test
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2024-07-15 21:40:50 +0200
committerGitHub <noreply@github.com>2024-07-15 21:40:50 +0200
commitc6b3f5019453bf08d4af1d8cec97ea7d96641a39 (patch)
tree6b97aa70044b913b3ee3a5759e12e7b576745368 /bolt/test
parentf964e8a3f9ef9789f9075694cb887d0b3986d304 (diff)
downloadllvm-c6b3f5019453bf08d4af1d8cec97ea7d96641a39.zip
llvm-c6b3f5019453bf08d4af1d8cec97ea7d96641a39.tar.gz
llvm-c6b3f5019453bf08d4af1d8cec97ea7d96641a39.tar.bz2
[bolt][test] Require asserts in X86/match-functions-with-calls-as-anchors.test (#98882)
Otherwise, it fails due to the unsupported `--debug` flag in non-asserts builds.
Diffstat (limited to 'bolt/test')
-rw-r--r--bolt/test/X86/match-functions-with-calls-as-anchors.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/X86/match-functions-with-calls-as-anchors.test b/bolt/test/X86/match-functions-with-calls-as-anchors.test
index 7fef128..984d614 100644
--- a/bolt/test/X86/match-functions-with-calls-as-anchors.test
+++ b/bolt/test/X86/match-functions-with-calls-as-anchors.test
@@ -1,6 +1,6 @@
## Tests blocks matching by called function names in inferStaleProfile.
-# REQUIRES: system-linux
+# REQUIRES: system-linux, asserts
# RUN: split-file %s %t
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %t/main.s -o %t.o
# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib