[PATCH] D108261: [DebugInfo] Fix end_sequence of debug_line in LTO Object

Kyungwoo Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 23:07:28 PDT 2021


kyulee updated this revision to Diff 367121.
kyulee added a comment.

Update the change based on the feedback

- Refactor NFC change to a separate revision, https://reviews.llvm.org/D108271
- Use a non-LTO unit test
- Set EndLabel once after the loop
- Simpliy the logic to directly use EndLabel for end_sequence address


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108261/new/

https://reviews.llvm.org/D108261

Files:
  llvm/include/llvm/MC/MCDwarf.h
  llvm/include/llvm/MC/MCObjectStreamer.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/test/DebugInfo/debugline-endsequence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108261.367121.patch
Type: text/x-patch
Size: 8885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/005fa4ec/attachment.bin>


More information about the llvm-commits mailing list