Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2023-09-28 07:13:53 -07:00
11 changed files with 83 additions and 17 deletions

View File

@@ -3121,6 +3121,7 @@ bool CompilerInvocation::parseArgs(
IRGenOpts.InternalizeAtLink = true;
IRGenOpts.DisableLegacyTypeInfo = true;
SILOpts.CMOMode = CrossModuleOptimizationMode::Everything;
SILOpts.EmbeddedSwift = true;
}
return false;