From 8410ddd8b6738dbd4d983c6d634660e2943f7e48 Mon Sep 17 00:00:00 2001 From: Kate Stone Date: Tue, 19 Apr 2016 18:20:11 +0000 Subject: Adds a test to detect when clang omits specialized generic types from debug information when using precompiled headers and -gmodules. llvm-svn: 266791 --- lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp new file mode 100644 index 00000000000..aa401368517 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp @@ -0,0 +1,5 @@ +int main(int argc, const char * argv[]) +{ + IntContainer test(42); + return 0; // break here +} -- cgit v1.2.3