mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop package-name if needed in SaveModuleInterfaceArgs
This commit is contained in:
@@ -47,6 +47,11 @@ struct ModuleInterfaceOptions {
|
||||
/// back .swiftinterface and reconstructing .swiftmodule.
|
||||
std::string Flags;
|
||||
|
||||
/// Keep track of flags to be printed in package.swiftinterface only.
|
||||
/// If -disable-print-package-name-for-non-package-interface is passed,
|
||||
/// package-name flag should only be printed in package.swiftinterface.
|
||||
std::string FlagsForPackageOnly;
|
||||
|
||||
/// Flags that should be emitted to the .swiftinterface file but are OK to be
|
||||
/// ignored by the earlier version of the compiler.
|
||||
std::string IgnorableFlags;
|
||||
|
||||
Reference in New Issue
Block a user