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 4f34293 commit d14719eCopy full SHA for d14719e
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1715,7 +1715,7 @@ static llvm::Optional<StringRef> GetDSYMBundle(Module &module) {
1715
}
1716
1717
static std::string GetSDKPath(std::string m_description, XcodeSDK sdk) {
1718
- auto sdk_path_or_err = HostInfo::GetXcodeSDKPath(sdk);
+ auto sdk_path_or_err = HostInfo::GetSDKRoot(HostInfo::SDKOptions{sdk});
1719
if (!sdk_path_or_err) {
1720
Debugger::ReportError("Error while searching for SDK: " +
1721
toString(sdk_path_or_err.takeError()));
0 commit comments