]> granicus.if.org Git - clang/commit
Targets (like pic16) may have mangled the name of global variables,
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 25 Feb 2010 05:20:44 +0000 (05:20 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 25 Feb 2010 05:20:44 +0000 (05:20 +0000)
commit67b14f0077d6cc508b933100d601ae8e6524b72f
treeb8c195a916aabea95e791fa4c078419c6de4f40b
parentcdfe268463ed743a5c258ed33490371b798733a1
Targets (like pic16) may have mangled the name of global variables,
so get the name from Var rather than the original decl.

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