[llvm] [Bolt] Teach bolt about no-return functions (PR #115616)
Gergely Bálint via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 07:26:58 PST 2024
bgergely0 wrote:
@elhewaty I am not referring to the unittests or similar. I mean you should check the example code in from the issue, compile it, and run BOLT on it, and after the Pass is done, check which functions it marked as noreturn.
You can run an instrumentation, and BOLT will run this Pass during it.
https://github.com/llvm/llvm-project/pull/115616
More information about the llvm-commits
mailing list