Skip to content

Commit 995cf94

Browse files
committed
fixup! [NFC][lldb] Speed up lookup of shared modules
1 parent adb1860 commit 995cf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/ModuleList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ class SharedModuleList {
869869
}
870870

871871
bool FindModulesInMap(const ModuleSpec &module_spec,
872-
ModuleList &matching_module_list) const {
872+
ModuleList &matching_module_list) const {
873873
auto it = m_name_to_modules.find(module_spec.GetFileSpec().GetFilename());
874874
if (it == m_name_to_modules.end())
875875
return false;

0 commit comments

Comments
 (0)