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 5d4b702 commit 1715c0eCopy full SHA for 1715c0e
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
@@ -1142,6 +1142,9 @@ void PlatformDarwin::AddClangModuleCompilationOptionsForSDKType(
1142
}
1143
1144
1145
+ // TODO: The result of this loop is almost equivalent to deriving the SDK
1146
+ // from the target triple, which would be a lot cheaper.
1147
+
1148
if (FileSystem::Instance().Exists(merged_sdk.GetSysroot())) {
1149
sysroot_spec = merged_sdk.GetSysroot();
1150
} else {
0 commit comments