[llvm] [BOLT][test] Drop toolname from X86/perf2bolt-spe.test (PR #145515)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 07:05:08 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-bolt

Author: Paschalis Mpeis (paschalis-mpeis)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/145515.diff


1 Files Affected:

- (modified) bolt/test/perf2bolt/X86/perf2bolt-spe.test (+1-1) 


``````````diff
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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/145515


More information about the llvm-commits mailing list