[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 04:48:32 PDT 2018
jhenderson updated this revision to Diff 138895.
jhenderson marked an inline comment as done.
jhenderson added a comment.
Addressed review comments:
- Renamed and moved `warnForMinorIssue` as discussed.
- Made IsFatal a default argument.
- Moved fatal error comment.
- Reordered members of DebugLineError.
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.138895.patch
Type: text/x-patch
Size: 61761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/90009b1d/attachment-0001.bin>
More information about the llvm-commits
mailing list