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:
@@ -310,7 +310,6 @@ std::error_code ExplicitModuleInterfaceBuilder::buildSwiftModuleFromInterface(
|
||||
return std::make_error_code(std::errc::not_supported);
|
||||
SerializationOpts.Dependencies = Deps;
|
||||
}
|
||||
SerializationOpts.IsOSSA = true;
|
||||
|
||||
SILMod->setSerializeSILAction([&]() {
|
||||
// We don't want to serialize module docs in the cache -- they
|
||||
|
||||
Reference in New Issue
Block a user