[llvm-branch-commits] [llvm] [BOLT][test] Fix callcont-fallthru.s after #129481 (PR #135867)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 30 04:48:04 PDT 2025
aaupov wrote:
Thanks for tracking it down, looks like it's an issue with GNU nm. However llvm-nm has no functionality equivalent to `nm --synthetic` which prints the address of the PLT entry, and the test relies on that.
Let me try to decouple this test from GNU nm.
https://github.com/llvm/llvm-project/pull/135867
More information about the llvm-branch-commits
mailing list