]> granicus.if.org Git - clang/commit
In case of template specialization, do not try to delay emitting debug info for concr...
authorDevang Patel <dpatel@apple.com>
Fri, 28 Oct 2011 21:12:13 +0000 (21:12 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 28 Oct 2011 21:12:13 +0000 (21:12 +0000)
commitef8857dfdd4d6b4d139278c52d32e3f2e055c5d7
treef5a94fab4bbb4679dd765fe7e2485262aa2c46bf
parentbcb54520eb9aaf2c25660380f7301ff3f4d284d5
In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143227 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-template-limit.cpp [new file with mode: 0644]