[Lldb-commits] [PATCH] D46220: Remove premature caching of the global variables list in CompileUnit.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 30 14:06:41 PDT 2018
clayborg added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:4221
if (variable_list_sp.get() == NULL) {
variable_list_sp.reset(new VariableList());
}
----------------
So do we cache now somewhere else now that "sc.comp_unit->SetVariableList(variable_list_sp);" is removed?
https://reviews.llvm.org/D46220
More information about the lldb-commits
mailing list