Skip to content

Commit ea0202e

Browse files
committed
Adapt to upstream changes: GetXcodeContentsDirectory moving to HostInfo
NFC.
1 parent 5d3ab23 commit ea0202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Symbol/SwiftASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ StringRef SwiftASTContext::GetResourceDir(const llvm::Triple &triple) {
10251025

10261026
auto value = GetResourceDir(
10271027
platform_sdk_path, swift_stdlib_os_dir, GetSwiftResourceDir().GetPath(),
1028-
PlatformDarwin::GetXcodeContentsDirectory().GetPath(),
1028+
HostInfo::GetXcodeContentsDirectory().GetPath(),
10291029
PlatformDarwin::GetCurrentToolchainDirectory().GetPath(),
10301030
PlatformDarwin::GetCurrentCommandLineToolsDirectory().GetPath());
10311031
g_resource_dir_cache.insert({key, value});

0 commit comments

Comments
 (0)