From c6b3f5019453bf08d4af1d8cec97ea7d96641a39 Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Mon, 15 Jul 2024 21:40:50 +0200 Subject: [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. --- bolt/test/X86/match-functions-with-calls-as-anchors.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bolt/test') 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 -- cgit v1.1