mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #61919 from artemcm/InheritExtraClangStateForInterfaceSubInvocation
Inherit parent's extra Clang arguments when creating an interface build sub-invocation.
This commit is contained in:
@@ -293,6 +293,10 @@ bool ArgsToFrontendOptionsConverter::convert(
|
||||
}
|
||||
Opts.EnableExperimentalCxxInteropInClangHeader =
|
||||
Args.hasArg(OPT_enable_experimental_cxx_interop_in_clang_header);
|
||||
|
||||
Opts.StrictImplicitModuleContext = Args.hasArg(OPT_strict_implicit_module_context,
|
||||
OPT_no_strict_implicit_module_context,
|
||||
false);
|
||||
|
||||
computeImportObjCHeaderOptions();
|
||||
computeImplicitImportModuleNames(OPT_import_module, /*isTestable=*/false);
|
||||
|
||||
Reference in New Issue
Block a user