[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
Sat Nov 13 11:47:26 PST 2021


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

Fix the test failures by restoring PrevCU check instead of assertion.

- Line table entrty insertion is independent of PrevCU creation.


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/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  llvm/lib/MC/MCDwarf.cpp
  llvm/test/DebugInfo/debugline-endsequence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108261.387041.patch
Type: text/x-patch
Size: 8645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211113/a99f4d77/attachment.bin>


More information about the llvm-commits mailing list