Do not use AT_specification die for static variables. It confuses gdb.
authorDevang Patel <dpatel@apple.com>
Fri, 15 Jan 2010 01:12:22 +0000 (01:12 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 15 Jan 2010 01:12:22 +0000 (01:12 +0000)
commitc9b16cc10887d270aa2a43a5a8c78e0ed3177dea
tree5d810bb9a2be097864642f0736122eb1c9d644d7
parent3581d662e9c39b38c1cd8c243bbf7f03869f30de
Do not use AT_specification die for static variables. It confuses gdb.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93494 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/FrontendC/2010-01-14-StaticVariable.c [new file with mode: 0644]