Skip to content

Commit 188208b

Browse files
author
git apple-llvm automerger
committed
Merge commit '088d3dc67a1a' from swift/release/6.2 into stable/20240723
2 parents c9cd642 + 088d3dc commit 188208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module,
330330
}
331331
}
332332
if (!HS.lookupModule(module.path.front().GetStringRef())) {
333-
error_stream.Printf("error: Header search couldn't locate module %s\n",
333+
error_stream.Printf("error: Header search couldn't locate module '%s'\n",
334334
module.path.front().AsCString());
335335
return false;
336336
}

0 commit comments

Comments
 (0)