[llvm] [llvm-profgen] Loading binary functions from .symtab when DWARF info is incomplete (PR #163654)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 27 13:59:33 PDT 2025
================
@@ -257,6 +264,9 @@ void ProfiledBinary::load() {
if (ShowDisassemblyOnly)
decodePseudoProbe(Obj);
+ if (LoadFunctionFromSymbol && UsePseudoProbes)
----------------
WenleiHe wrote:
Why is pseudo-probe required here?
https://github.com/llvm/llvm-project/pull/163654
More information about the llvm-commits
mailing list