[PATCH] D44560: [DWARF] Rework debug line parsing to use llvm::Error and callbacks
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 10:27:29 PDT 2018
jhenderson updated this revision to Diff 138957.
jhenderson marked 2 inline comments as done.
jhenderson added a comment.
Addressed comments - renamed missed function declaration parameter and reworked logic to no longer "check" an Error twice (done in two locations).
Thanks for the help so far.
Repository:
rL LLVM
https://reviews.llvm.org/D44560
Files:
include/llvm/CodeGen/AsmPrinter.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
test/DebugInfo/X86/dwarfdump-bogus-LNE.s
test/DebugInfo/X86/dwarfdump-line-dwo.s
test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s
test/tools/llvm-dwarfdump/X86/Inputs/debug_line_reserved_length.s
test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
tools/dsymutil/DwarfLinker.cpp
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
unittests/DebugInfo/DWARF/DwarfGenerator.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44560.138957.patch
Type: text/x-patch
Size: 61711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/61f7ec32/attachment.bin>
More information about the llvm-commits
mailing list