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 3287c4b commit f9e0294Copy full SHA for f9e0294
lib/Frontend/ModuleInterfaceLoader.cpp
@@ -1142,6 +1142,8 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
1142
genericSubInvocation.setSDKPath(SearchPathOpts.SDKPath);
1143
}
1144
1145
+ genericSubInvocation.getFrontendOptions().InputMode
1146
+ = FrontendOptions::ParseInputMode::SwiftModuleInterface;
1147
if (!SearchPathOpts.RuntimeResourcePath.empty()) {
1148
genericSubInvocation.setRuntimeResourcePath(SearchPathOpts.RuntimeResourcePath);
1149
0 commit comments