[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.
This commit is contained in:
Daniel Bertalan
2024-07-15 21:40:50 +02:00
committed by GitHub
parent f964e8a3f9
commit c6b3f50194

View File

@@ -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