[PATCH] D85085: Fix debug_loc offset difference with basic block sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 15:31:22 PDT 2021


tmsriram updated this revision to Diff 341002.
tmsriram marked 7 inline comments as done.
tmsriram added a comment.

Address reviewer comments:

- Code refactoring.
- Test case cleanup.


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

https://reviews.llvm.org/D85085

Files:
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loc-const-value-1.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loc-const-value-2.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loc-split-range.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loc.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-1.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-2.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-3.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-4.ll
  llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-5.ll
  llvm/test/DebugInfo/X86/basic-block-sections_1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85085.341002.patch
Type: text/x-patch
Size: 45377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/ced6dcad/attachment.bin>


More information about the llvm-commits mailing list