[llvm-dwp] Add coverage for both the presence and absence of type units, and fix...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Dec 2015 03:41:53 +0000 (03:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Dec 2015 03:41:53 +0000 (03:41 +0000)
commit2b762697564ca1e12e0e974e93ceeb4c3420505c
treeaf59eaa0b4aed1a060f479cca1e04d5595c20d77
parent28683ac9d56e053056b176b8ddcbe104e6e5b434
[llvm-dwp] Add coverage for both the presence and absence of type units, and fix/remove the emission of a broken tu_index when no type units are present

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254833 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-dwp/Inputs/simple/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/simple/b.dwo [new file with mode: 0644]
test/tools/llvm-dwp/X86/simple.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/type_units.test [deleted file]
tools/llvm-dwp/llvm-dwp.cpp