]> granicus.if.org Git - clang/commit
r149474 went a bit too far when combined with type caching. If we want
authorEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 23:39:00 +0000 (23:39 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 23:39:00 +0000 (23:39 +0000)
commit271ce5454ba525931b8b773bb3d03b1893093f9d
tree8e9550b29a5ec67c1788f7d1a254ca69060653ea
parent20039ae1d9f520d8395899d807473b638fb48688
r149474 went a bit too far when combined with type caching. If we want
a full type go ahead and emit it if we currently only have a forward
declaration.

Fixes gdb bots for gdb1090.exp and call-ar-st.exp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149560 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp