diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-02-08 14:34:33 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-02-08 14:34:33 +0000 |
commit | 897f2cf408c9522187b3a375e201bdf6938f404f (patch) | |
tree | 31fd96868df628372367634925f6681d5d7a900d /llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h | |
parent | 0b805cc75cf2397c9fce9cf47ac728e88fb3185b (diff) | |
download | bcm5719-llvm-897f2cf408c9522187b3a375e201bdf6938f404f.tar.gz bcm5719-llvm-897f2cf408c9522187b3a375e201bdf6938f404f.zip |
Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions
llvm-svn: 174711
Diffstat (limited to 'llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h')
-rw-r--r-- | llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h b/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h new file mode 100644 index 00000000000..4a79e959b0c --- /dev/null +++ b/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h @@ -0,0 +1,7 @@ +#include "dwarfdump-test3-decl2.h" + +class C { + explicit C(bool a = false, bool b = false); +}; + +void do1() {} |