[llvm-branch-commits] [BOLT][test] Fix callcont-fallthru.s after #129481 (PR #135867)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 15 15:21:40 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
<details>
<summary>Changes</summary>
Force the use of llvm-nm for PREAGGPLT check.
Test Plan: bin/llvm-lit -a tools/bolt/test/X86/callcont-fallthru.s
---
Full diff: https://github.com/llvm/llvm-project/pull/135867.diff
1 Files Affected:
- (modified) bolt/test/X86/callcont-fallthru.s (+1-1)
``````````diff
diff --git a/bolt/test/X86/callcont-fallthru.s b/bolt/test/X86/callcont-fallthru.s
index ee72d8f62e032..6b5caa08d3128 100644
--- a/bolt/test/X86/callcont-fallthru.s
+++ b/bolt/test/X86/callcont-fallthru.s
@@ -9,7 +9,7 @@
# RUN: link_fdata %s %t %t.pa3 PREAGG3
# RUN: link_fdata %s %t %t.pat PREAGGT1
# RUN: link_fdata %s %t %t.pat2 PREAGGT2
-# RUN: link_fdata %s %t %t.patplt PREAGGPLT
+# RUN: link_fdata %s %t %t.patplt PREAGGPLT --nmtool llvm-nm
## Check normal case: fallthrough is not LP or secondary entry.
# RUN: llvm-strip --strip-unneeded %t -o %t.strip
``````````
</details>
https://github.com/llvm/llvm-project/pull/135867
More information about the llvm-branch-commits
mailing list