Adds a test to detect when clang omits specialized generic types from debug informati...
authorKate Stone <katherine.stone@apple.com>
Tue, 19 Apr 2016 18:20:11 +0000 (18:20 +0000)
committerKate Stone <katherine.stone@apple.com>
Tue, 19 Apr 2016 18:20:11 +0000 (18:20 +0000)
commit8410ddd8b6738dbd4d983c6d634660e2943f7e48
tree4c92bfedff9ba6ddecf7747a6c74f9a867263bdc
parent533965c195173714a8a000a465a075672d2c8a8b
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/decorators.py
lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/make/Makefile.rules