mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #84443 from artemcm/RestrictEmbeddedToBinarySwift
[Dependency Scanning] Avoid querying Swift Overlay for underlying module
This commit is contained in:
@@ -4171,6 +4171,7 @@ bool CompilerInvocation::parseArgs(
|
||||
IRGenOpts.ReflectionMetadata = ReflectionMetadataMode::None;
|
||||
IRGenOpts.EnableReflectionNames = false;
|
||||
FrontendOpts.DisableBuildingInterface = true;
|
||||
SearchPathOpts.ModuleLoadMode = ModuleLoadingMode::OnlySerialized;
|
||||
TypeCheckerOpts.SkipFunctionBodies = FunctionBodySkipping::None;
|
||||
SILOpts.SkipFunctionBodies = FunctionBodySkipping::None;
|
||||
SILOpts.CMOMode = CrossModuleOptimizationMode::Everything;
|
||||
|
||||
Reference in New Issue
Block a user