[PATCH] D46831: [DWARF] Refactor callback usage for .debug_line error handling

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 04:33:01 PDT 2018


jhenderson updated this revision to Diff 147049.
jhenderson added a comment.

Fixed a build breakage (I forgot to update DwarfLinker.cpp). Also silenced a warning produced by GCC 4.8 and fixed a bug in the unit tests (the recordRecoverable function was using joinErrors on the wrong input).


Repository:
  rL LLVM

https://reviews.llvm.org/D46831

Files:
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  tools/dsymutil/DwarfLinker.cpp
  unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46831.147049.patch
Type: text/x-patch
Size: 22706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/0b4d4704/attachment.bin>


More information about the llvm-commits mailing list