mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #33207 from xymus/spi-ioi-check-workaround
[ModuleInterface] Print some implementation-only imports in the private interface
This commit is contained in:
@@ -43,6 +43,10 @@ struct ModuleInterfaceOptions {
|
||||
|
||||
// Print SPI decls and attributes.
|
||||
bool PrintSPIs = false;
|
||||
|
||||
/// Print imports with both @_implementationOnly and @_spi, only applies
|
||||
/// when PrintSPIs is true.
|
||||
bool ExperimentalSPIImports = false;
|
||||
};
|
||||
|
||||
extern version::Version InterfaceFormatVersion;
|
||||
|
||||
Reference in New Issue
Block a user