mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: Only print the -project-name flag in private and package interfaces.
Resolves rdar://130992944.
This commit is contained in:
@@ -55,6 +55,10 @@ struct ModuleInterfaceOptions {
|
||||
/// Flags which appear in all .swiftinterface files.
|
||||
InterfaceFlags PublicFlags = {};
|
||||
|
||||
/// Flags which appear in both the private and package .swiftinterface files,
|
||||
/// but not the public interface.
|
||||
InterfaceFlags PrivateFlags = {};
|
||||
|
||||
/// Flags which appear only in the .package.swiftinterface.
|
||||
InterfaceFlags PackageFlags = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user