Serialization: remove the IS_OSSA flag from the module file header

This commit is contained in:
Erik Eckstein
2025-09-24 08:55:57 +02:00
parent 2f124cf564
commit a322fd9209
12 changed files with 1 additions and 39 deletions

View File

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