[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
Thu May 10 03:55:17 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL331971: [DWARF] Rework debug line parsing to use llvm::Error and callbacks (authored by jhenderson, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44560?vs=146103&id=146108#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44560
Files:
llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
llvm/trunk/test/DebugInfo/X86/dwarfdump-bogus-LNE.s
llvm/trunk/test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s
llvm/trunk/test/tools/llvm-dwarfdump/X86/Inputs/debug_line_reserved_length.s
llvm/trunk/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44560.146108.patch
Type: text/x-patch
Size: 81172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/e633503b/attachment-0001.bin>
More information about the llvm-commits
mailing list