[llvm] [Bolt] Teach bolt about no-return functions (PR #115616)
Anatoly Trosinenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 18 06:52:09 PDT 2025
================
@@ -282,6 +286,16 @@ class BinaryContext {
std::unique_ptr<DWARFContext> DwCtx,
JournalingStreams Logger);
+ void setHasPathToNoReturn(BinaryFunction *Func, bool value = true) {
----------------
atrosinenko wrote:
[nit] `value -> Value`
https://github.com/llvm/llvm-project/pull/115616
More information about the llvm-commits
mailing list