We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bcf92 commit 71cb45dCopy full SHA for 71cb45d
lldb/source/Host/common/HostInfoSwift.cpp
@@ -39,7 +39,7 @@ bool lldb_private::DefaultComputeSwiftResourceDirectory(
39
40
static const llvm::StringRef kResourceDirSuffixes[] = {
41
"lib/swift",
42
- "lib" LLDB_INSTALL_LIBDIR_BASENAME "/lldb/swift",
+ LLDB_INSTALL_LIBDIR_BASENAME "/lldb/swift",
43
};
44
for (const auto &Suffix : kResourceDirSuffixes) {
45
llvm::SmallString<256> swift_path(parent_path);
0 commit comments