[llvm] [BOLT][test] Drop toolname from X86/perf2bolt-spe.test (PR #145515)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 07:04:15 PDT 2025
https://github.com/paschalis-mpeis created https://github.com/llvm/llvm-project/pull/145515
None
>From eff488b89d104737ffa546fa7a80a3d7b578fedc Mon Sep 17 00:00:00 2001
From: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: Tue, 24 Jun 2025 15:01:05 +0100
Subject: [PATCH] [BOLT][test] Drop toolname from X86/perf2bolt-spe.test
---
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 101bd3789a184..e981aef553b31 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.
More information about the llvm-commits
mailing list