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 0aba9f9 commit 4bfbcfbCopy full SHA for 4bfbcfb
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1417,7 +1417,7 @@ static llvm::Optional<StringRef> GetDSYMBundle(Module &module) {
1417
}
1418
1419
static std::string GetSDKPath(std::string m_description, XcodeSDK sdk) {
1420
- auto sdk_path_or_err = HostInfo::GetXcodeSDKPath(sdk);
+ auto sdk_path_or_err = HostInfo::GetSDKRoot(HostInfo::SDKOptions{sdk});
1421
if (!sdk_path_or_err) {
1422
Debugger::ReportError("Error while searching for Xcode SDK: " +
1423
toString(sdk_path_or_err.takeError()));
0 commit comments