[PATCH] D108261: [DebugInfo] Fix end_sequence of debug_line in LTO Object
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 20:43:41 PDT 2021
clayborg added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2211
+ .getMCLineSections()
+ .updateEndLabel(R.second.EndLabel);
+ }
----------------
Are the "Asm->MBBSectionRanges" sorted? If not, do we need to find the highest EndLabel and only add that one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108261/new/
https://reviews.llvm.org/D108261
More information about the llvm-commits
mailing list