[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
Fri May 2 08:52:37 PDT 2025


paschalis-mpeis wrote:

Yeap, good idea. I could add `XFAIL` and modify runline like:

```
# RUN: link_fdata %s %t %t.patplt PREAGGPLT --synthetic --nmtool=llvm-nm
```

The differences would be :
- with `REQUIRES` we won't cross-run this x86 lit test on AArch64 (as I do currently in ` #137831`)
- with `XFAIL` + `llvm-nm` the test would be expected to fail on both architectures. But once your work is merged, it would unexpectedly pass, which would break the test and prompt us to update it

---

I'm happy to proceed with this as well.

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


More information about the llvm-branch-commits mailing list