[DWARF] Not all the constant variables are "static".
authorDavide Italiano <ditaliano@apple.com>
Wed, 8 Apr 2020 18:06:00 +0000 (11:06 -0700)
committerDavide Italiano <ditaliano@apple.com>
Wed, 8 Apr 2020 18:07:19 +0000 (11:07 -0700)
commitd51b38f1b3a34c2a8e1869af6434ebd743ce7a5e
tree6e7861e79f00249a547955e3e3d463d7fc2981b5
parent48e65fc63076eec4fa527ab7b22fdcb4d8cdbb50
[DWARF] Not all the constant variables are "static".

Fixes rdar://problem/61402307

Differential Revision: https://reviews.llvm.org/D77698
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/test/Shell/SymbolFile/DWARF/static_scope.s [new file with mode: 0644]