mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Disable building from textual interface files in Embedded Swift
This commit is contained in:
@@ -3701,6 +3701,7 @@ bool CompilerInvocation::parseArgs(
|
||||
IRGenOpts.DisableLegacyTypeInfo = true;
|
||||
IRGenOpts.ReflectionMetadata = ReflectionMetadataMode::None;
|
||||
IRGenOpts.EnableReflectionNames = false;
|
||||
FrontendOpts.DisableBuildingInterface = true;
|
||||
TypeCheckerOpts.SkipFunctionBodies = FunctionBodySkipping::None;
|
||||
SILOpts.SkipFunctionBodies = FunctionBodySkipping::None;
|
||||
SILOpts.CMOMode = CrossModuleOptimizationMode::Everything;
|
||||
|
||||
Reference in New Issue
Block a user