]> granicus.if.org Git - llvm/commit
[DWARF] Fix a parsing issue with type unit headers.
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Tue, 9 May 2017 19:38:38 +0000 (19:38 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Tue, 9 May 2017 19:38:38 +0000 (19:38 +0000)
commit7cbfb46ab9a118c5048a39f2cb153e19832c19be
tree8d12841c19494397b37e5efca8c53f0b6f297e75
parentddb4f9c38b03a5d8699e1359df0718a87112f35a
[DWARF] Fix a parsing issue with type unit headers.

Reviewers: dblaikie

Differential Revision: https://reviews.llvm.org/D32987

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
test/DebugInfo/Inputs/typeunit-header.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/typeunit-header.s [new file with mode: 0644]
test/DebugInfo/typeunit-header.test [new file with mode: 0644]