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.
2 parents 1933486 + c677c55 commit e01ece1Copy full SHA for e01ece1
lib/Frontend/ModuleInterfaceLoader.cpp
@@ -1582,6 +1582,7 @@ InterfaceSubContextDelegateImpl::InterfaceSubContextDelegateImpl(
1582
// If building an application extension, make sure API use
1583
// is restricted accordingly in downstream dependnecies.
1584
if (langOpts.EnableAppExtensionRestrictions) {
1585
+ genericSubInvocation.getLangOptions().EnableAppExtensionRestrictions = true;
1586
GenericArgs.push_back("-application-extension");
1587
}
1588
// Save the parent invocation's Target Triple
0 commit comments