[PATCH] D64622: [DWARF] Fix the reserved values for unit length in DWARFDebugLine.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 11:19:16 PDT 2019
probinson added a comment.
In D64622#1583163 <https://reviews.llvm.org/D64622#1583163>, @ikudrin wrote:
> Right, but maybe that worths another patch?
A quick grep suggests there are not very many more places that you would have to change. You can limit this patch to DebugInfo/DWARF if you like; I expect there are more places in CodeGen/AsmPrinter, which could be done separately.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64622/new/
https://reviews.llvm.org/D64622
More information about the llvm-commits
mailing list