mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: remove the IS_OSSA flag from the module file header
This commit is contained in:
@@ -1754,7 +1754,6 @@ static bool serializeSIB(SILModule *SM, const PrimarySpecificPaths &PSPs,
|
||||
serializationOpts.OutputPath = moduleOutputPath;
|
||||
serializationOpts.SerializeAllSIL = true;
|
||||
serializationOpts.IsSIB = true;
|
||||
serializationOpts.IsOSSA = true;
|
||||
|
||||
symbolgraphgen::SymbolGraphOptions symbolGraphOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user