[llvm-branch-commits] [llvm] [BOLT][test] Fix callcont-fallthru.s after #129481 (PR #135867)

Paschalis Mpeis via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 16 05:14:24 PDT 2025


https://github.com/paschalis-mpeis commented:


Hey Amir,

Thanks for the PR. Unfortunately, it is still failing. The trick below doesn't seem to work on my buildbot machine:
> Link against a DSO to ensure PLT entries.

So doing:
```bash
nm --synthetic callcont-fallthru.s.tmp
```
won't list a `puts at plt` symbol, which is what causes an `link_fdata.py` assertion:
> AssertionError: ERROR: symbol puts at plt is not defined in binary

On my dev AArch64 instance `--synthetic` does the trick. BTW run lines 4 and 6 appear identical when inspected (`-###`)

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


More information about the llvm-branch-commits mailing list