mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Option to skip writing decls marked @_implementationOnly
This commit is contained in:
@@ -163,6 +163,7 @@ public:
|
||||
bool HermeticSealAtLink = false;
|
||||
bool EmbeddedSwiftModule = false;
|
||||
bool SkipNonExportableDecls = false;
|
||||
bool SkipImplementationOnlyDecls = false;
|
||||
bool ExplicitModuleBuild = false;
|
||||
bool EnableSerializationRemarks = false;
|
||||
bool IsInterfaceSDKRelative = false;
|
||||
|
||||
Reference in New Issue
Block a user