OSDN Git Service

DebugInfo: Do not include variables only referenced by templates in aranges.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Nov 2013 23:53:52 +0000 (23:53 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Nov 2013 23:53:52 +0000 (23:53 +0000)
commitecd3f0bce92de70a2a589750e5df9ec2939ac854
tree4e2524fbd7da15ae0117723940d97144d9c7c3f0
parentb415592831c71d7d22e21a9fcd52d12e8e9e19c4
DebugInfo: Do not include variables only referenced by templates in aranges.

ARanges included even extern variables referenced by pointer non-type
template parameters even though that variable isn't part of this
compilation unit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
test/DebugInfo/X86/arange.ll [new file with mode: 0644]