Add a test for checking the current .debug_frame dumping capability.
authorEli Bendersky <eliben@google.com>
Wed, 6 Feb 2013 20:55:06 +0000 (20:55 +0000)
committerEli Bendersky <eliben@google.com>
Wed, 6 Feb 2013 20:55:06 +0000 (20:55 +0000)
commit62b055fd5060a865e106c319b75884237a3999b3
treefbe28a6a81d59bd2723819d964fbc89109ae50f8
parent16221a60a00e52b078f6164ba4475c6e8e918e4b
Add a test for checking the current .debug_frame dumping capability.

The test is a binary placed in test/DebugInfo/Inputs, with a source C
file used for reference/reproducing. The source's first line is a clang
build command for reproducing the binary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174543 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/Inputs/dwarfdump-test-32bit.elf.c [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test-32bit.elf.o [new file with mode: 0644]
test/DebugInfo/dwarfdump-debug-frame-simple.test [new file with mode: 0644]