Skip to content

Commit 3c40946

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e3fe1f9020b6' from swift/release/6.2 into stable/20240723
2 parents dc6a0c1 + e3fe1f9 commit 3c40946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module,
325325
auto file = HS.lookupModuleMapFile(*dir, is_framework);
326326
if (!file)
327327
return error();
328-
if (!HS.loadModuleMapFile(*file, is_system))
328+
if (HS.loadModuleMapFile(*file, is_system))
329329
return error();
330330
}
331331
}

0 commit comments

Comments
 (0)