[Lldb-commits] [PATCH] D42955: Make Module::GetSectionList output consistent
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 6 04:54:05 PST 2018
labath added inline comments.
================
Comment at: tools/lldb-test/lldb-test.cpp:75
ModuleSpec Spec{FileSpec(File, false)};
- Spec.GetSymbolFileSpec().SetFile(File, false);
----------------
The expliciting symbol filespec setting was short-circuiting the regular search process. I removed it as there was no test depending on this yet.
https://reviews.llvm.org/D42955
More information about the lldb-commits
mailing list