[PATCH] D143513: [DebugInfo] Allow parsing line tables aligned to 4 or 8-byte boundaries
Benjamin Maxwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 05:59:02 PST 2023
benmxwl-arm added a comment.
> Just curious, what compiler(s) are aligning line-tables?
This was something noticed with binaries produced by the ARM C/C++ compiler. It aligns each line table entry and pads out the section size, which currently confuses `llvm-dwarfdump`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143513/new/
https://reviews.llvm.org/D143513
More information about the llvm-commits
mailing list