Remove the -sil-serialize-all option

This commit is contained in:
Roman Levenstein
2017-10-03 16:45:54 -07:00
parent c272d41e2f
commit 5e67f755e0
13 changed files with 9 additions and 26 deletions

View File

@@ -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;