summaryrefslogtreecommitdiff
path: root/test/DebugInfo/Inputs
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-02-24 23:58:54 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-02-24 23:58:54 +0000
commit2a213a45325e803202246f0ccdc4510e4b37abda (patch)
tree1d6ee170948a10c99edd607a65364e911d4d4e3d /test/DebugInfo/Inputs
parentec89b9fb9ed78dbb783897774e5d7bab376c169a (diff)
downloadllvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.gz
llvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.bz2
llvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.xz
llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/Inputs')
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-line-dwo.cc10
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64bin0 -> 1377 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/test/DebugInfo/Inputs/dwarfdump-line-dwo.cc b/test/DebugInfo/Inputs/dwarfdump-line-dwo.cc
new file mode 100644
index 0000000000..2784ae24ee
--- /dev/null
+++ b/test/DebugInfo/Inputs/dwarfdump-line-dwo.cc
@@ -0,0 +1,10 @@
+struct foo {
+};
+
+foo f;
+
+// Built with GCC
+// $ mkdir -p /tmp/dbginfo
+// $ cp dwarfdump-line-dwo.cc /tmp/dbginfo
+// $ cd /tmp/dbginfo
+// $ g++ -c -fdebug-types-section dwarfdump-line-dwo.cc -o <output>
diff --git a/test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 b/test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64
new file mode 100644
index 0000000000..9f1d267dde
--- /dev/null
+++ b/test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64
Binary files differ