[PATCH] D124121: [DebugInfo] Give warning instead of error for premature terminator in .debug_aranges section.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 12:57:25 PDT 2022
dblaikie added a comment.
Might be easier to understand with the upstream changes to llvm-profdata. "Prior to your change, "warning" level issues were reported via the same callback as "recoverable errors" within the DWARFDebugAranges code." - maybe llvm-profdata could just treat "recoverable errors" as warnings, effectively?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124121/new/
https://reviews.llvm.org/D124121
More information about the llvm-commits
mailing list