]> granicus.if.org Git - clang/commit
Use clang::VarDecl name instead of llvm::GlobalVariable name.
authorDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 17:48:37 +0000 (17:48 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 17:48:37 +0000 (17:48 +0000)
commit5d822f06e84196c8bf80641d793d35e8cc7adb0e
tree6fc838070ec26be33530c28333841170c73deb0f
parentcf9991013921df75c226f6d9bbc08e3a4f00d91e
Use clang::VarDecl name instead of llvm::GlobalVariable name.
llvm::GLobalVariable name may not match user visibile name for function static variables.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102644 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/2009-10-20-GlobalDebug.c