Update tests for DWARF parser: store sources next to pre-built object files and provi...
authorAlexey Samsonov <samsonov@google.com>
Fri, 8 Feb 2013 14:34:33 +0000 (14:34 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 8 Feb 2013 14:34:33 +0000 (14:34 +0000)
commitf64edf8d802824202b50046638696a6b7897d4d6
tree8b17d22d4643fce924e99a069041dab63217df7d
parentbcf60de5eb05e255f0c1bcf7ce26125c57026b65
Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174711 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/DebugInfo/Inputs/dwarfdump-inl-test.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-inl-test.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-test2-helper.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test2-main.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test2.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-test3-decl.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test3-decl2.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test3.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-test4-decl.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test4-part1.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test4-part2.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test4.elf-x86-64
test/DebugInfo/Inputs/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/dwarfdump-inlining.test
test/DebugInfo/dwarfdump-test.test