mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the -sil-serialize-all option
This commit is contained in:
@@ -925,8 +925,6 @@ static bool performCompile(CompilerInstance &Instance,
|
||||
serializationOpts.OutputPath = opts.ModuleOutputPath.c_str();
|
||||
serializationOpts.DocOutputPath = opts.ModuleDocOutputPath.c_str();
|
||||
serializationOpts.GroupInfoPath = opts.GroupInfoPath.c_str();
|
||||
serializationOpts.SerializeAllSIL =
|
||||
Invocation.getSILOptions().SILSerializeAll;
|
||||
if (opts.SerializeBridgingHeader)
|
||||
serializationOpts.ImportedHeader = opts.ImplicitObjCHeaderPath;
|
||||
serializationOpts.ModuleLinkName = opts.ModuleLinkName;
|
||||
|
||||
Reference in New Issue
Block a user