]> granicus.if.org Git - clang/commit
Few targets like PIC16 mangle the names of global variables, so retrieve the name
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Wed, 14 Oct 2009 15:08:34 +0000 (15:08 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Wed, 14 Oct 2009 15:08:34 +0000 (15:08 +0000)
commit2d7bc3e59517bf42ae855669c55844d868f4b21a
tree8e271418002f8edd28e5e316c6daa28add537014
parent1219d150aff23d19ba988e12602db5f3b70e404d
Few targets like PIC16 mangle the names of global variables, so retrieve the name
from Var itself rather than the decl for DebugInfo metadata.

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