[llvm] Remove -no-pie case from indirect-goto-relocs.test (PR #133067)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 04:03:10 PDT 2025


https://github.com/paschalis-mpeis approved this pull request.

Thanks Ash! LGTM.

---

That is indeed unrelated to #120267. 

PR #120713 added `isPop` which now returns true [here](https://github.com/llvm/llvm-project/blob/3c357a49d61e4c81a1ac016502ee504521bc8dda/bolt/lib/Core/BinaryFunction.cpp#L1962) (for the test case), and converts some instructions to tail-calls. As a result [handleRelocation](https://github.com/llvm/llvm-project/blob/bec41e143ff4a1e1f985c5328a575ac06d6eb61b/bolt/lib/Rewrite/RewriteInstance.cpp#L2862) processes a few more `R_AARCH64_ABS64`, which are legit for static binaries.

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


More information about the llvm-commits mailing list