]> granicus.if.org Git - clang/commit
[CodeGen, DebugInfo] Use hasLocalLinkage instead of hasInternalLinkage
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 6 Jul 2016 21:07:53 +0000 (21:07 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 6 Jul 2016 21:07:53 +0000 (21:07 +0000)
commitceeab35758f57fc7ad82a7b4342c866a3d61759f
tree081d1eeb1d38e11b0075d8949ba9e64925d5ad99
parent5d5b12000a4c55f678ee6cc9f0272099950f0db5
[CodeGen, DebugInfo] Use hasLocalLinkage instead of hasInternalLinkage

For the purpose of emitting debug info, entities with private linkage
should be treated the same as internal linkage.  While this doesn't
change anything in practice, it makes the code a little less confusing.

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