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.
2 parents ea5181f + 71cb45d commit 79d9ef6Copy full SHA for 79d9ef6
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