]> granicus.if.org Git - clang/commit
DebugInfo: Place global constants in their appropriate context.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 4 Apr 2014 23:16:44 +0000 (23:16 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 4 Apr 2014 23:16:44 +0000 (23:16 +0000)
commitf992790cdc215ada87dde7680698a7a25430d1d7
tree525eb914e365e7a6cc04c1d24d87228941e42587
parent67d8fe3f69bfb586f3cda59659337caf90e00756
DebugInfo: Place global constants in their appropriate context.

We also don't need to duplicate the name in the LinkageName field. Just
leave it empty.

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