aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/Inputs/dwarfdump-test4-part2.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-02-08 14:34:33 +0000
committerAlexey Samsonov <samsonov@google.com>2013-02-08 14:34:33 +0000
commitf64edf8d802824202b50046638696a6b7897d4d6 (patch)
tree8b17d22d4643fce924e99a069041dab63217df7d /test/DebugInfo/Inputs/dwarfdump-test4-part2.cc
parentbcf60de5eb05e255f0c1bcf7ce26125c57026b65 (diff)
downloadexternal_llvm-f64edf8d802824202b50046638696a6b7897d4d6.zip
external_llvm-f64edf8d802824202b50046638696a6b7897d4d6.tar.gz
external_llvm-f64edf8d802824202b50046638696a6b7897d4d6.tar.bz2
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
Diffstat (limited to 'test/DebugInfo/Inputs/dwarfdump-test4-part2.cc')
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-test4-part2.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/DebugInfo/Inputs/dwarfdump-test4-part2.cc b/test/DebugInfo/Inputs/dwarfdump-test4-part2.cc
new file mode 100644
index 0000000..2a1936f
--- /dev/null
+++ b/test/DebugInfo/Inputs/dwarfdump-test4-part2.cc
@@ -0,0 +1,2 @@
+#include "dwarfdump-test4-decl.h"
+int d(){a();}