From 08513281bd141d6d3b620b9a0e9466f7c6c2c927 Mon Sep 17 00:00:00 2001 From: Paschalis Mpeis Date: Tue, 24 Jun 2025 15:12:16 +0100 Subject: [PATCH] [BOLT][test] Drop toolname from X86/perf2bolt-spe.test (#145515) --- bolt/test/perf2bolt/X86/perf2bolt-spe.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/test/perf2bolt/X86/perf2bolt-spe.test b/bolt/test/perf2bolt/X86/perf2bolt-spe.test index 101bd3789a18..e981aef553b3 100644 --- a/bolt/test/perf2bolt/X86/perf2bolt-spe.test +++ b/bolt/test/perf2bolt/X86/perf2bolt-spe.test @@ -6,4 +6,4 @@ RUN: %clang %cflags %p/../../Inputs/asm_foo.s %p/../../Inputs/asm_main.c -o %t.e RUN: touch %t.empty.perf.data RUN: not perf2bolt -p %t.empty.perf.data -o %t.perf.boltdata --spe --pa %t.exe 2>&1 | FileCheck %s -CHECK: perf2bolt{{.*}} -spe is available only on AArch64. +CHECK: -spe is available only on AArch64.