[PATCH] D30206: [DWARF5] Emit new unit header
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 11:05:12 PST 2017
probinson updated this revision to Diff 89698.
probinson added a comment.
Distinguish the 3 compile-unit types and 2 type-unit types correctly.
Test that all the header variants come out correctly.
Add a separate test for dwarfdump.
Fix up "DWARF5" -> "DWARF v5".
https://reviews.llvm.org/D30206
Files:
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/Support/Dwarf.def
include/llvm/Support/Dwarf.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/Support/Dwarf.cpp
test/CodeGen/X86/dwarf-headers.ll
test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-header.s
test/DebugInfo/dwarfdump-header.test
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30206.89698.patch
Type: text/x-patch
Size: 24722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170224/8aee39cb/attachment.bin>
More information about the llvm-commits
mailing list