[PATCH] D87009: [DebugInfo] Fix DIE value emitters to be compatible with DWARF64 (2/19).

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 22:44:04 PDT 2020


ikudrin updated this revision to Diff 289639.
ikudrin marked an inline comment as done.
ikudrin added a comment.

- Changed `AP->isDwarf64() ? 8 : 4` to `AP->getDwarfOffsetByteSize()`.


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

https://reviews.llvm.org/D87009

Files:
  llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  llvm/unittests/CodeGen/CMakeLists.txt
  llvm/unittests/CodeGen/DIETest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87009.289639.patch
Type: text/x-patch
Size: 8102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200903/567eba55/attachment.bin>


More information about the llvm-commits mailing list