Do not emit specification DIE with DW_AT_specification attribute for member functions...
authorDevang Patel <dpatel@apple.com>
Tue, 6 Apr 2010 23:53:48 +0000 (23:53 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 6 Apr 2010 23:53:48 +0000 (23:53 +0000)
commit5f0940002ac4f0601bf53ae9688c2f49045331e2
tree336c0d12e7203d4210a21fae8c757d360060446c
parente7b744fe647b93f6b7a2d85fe2c88efb40992b13
Do not emit specification DIE with DW_AT_specification attribute for member functions of a funcation local class. This trips gdb's partial scan of DIEs at load time. Fixes Radar 7833483.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll [new file with mode: 0644]