Skip to content

Commit c6b3f50

Browse files
authored
[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.
1 parent f964e8a commit c6b3f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/X86/match-functions-with-calls-as-anchors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Tests blocks matching by called function names in inferStaleProfile.
22

3-
# REQUIRES: system-linux
3+
# REQUIRES: system-linux, asserts
44
# RUN: split-file %s %t
55
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %t/main.s -o %t.o
66
# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib

0 commit comments

Comments
 (0)