[llvm] [Bolt] Teach bolt about no-return functions (PR #115616)
Gergely Bálint via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 05:28:03 PST 2024
bgergely0 wrote:
Hey @elhewaty !
I left a few comments some time ago, but forgot to hit finalize on the review, sorry!
After some more looking into this, I believe there is additional problems we need to tackle. The biggest is, we have no information about PLT entries. I can see you listed some, but I don't have a solution that covers any possible libraries that can be linked dynamically to the binary BOLT is ran on.
https://github.com/llvm/llvm-project/pull/115616
More information about the llvm-commits
mailing list