mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Emit module selectors in swiftinterfaces
This support is currently opt-in and can be disabled by a blocklist.
This commit is contained in:
@@ -40,6 +40,9 @@ struct ModuleInterfaceOptions {
|
||||
/// with types sharing a name with a module.
|
||||
bool AliasModuleNames = false;
|
||||
|
||||
/// Should we emit module selectors into the module interface?
|
||||
bool UseModuleSelectors = false;
|
||||
|
||||
/// See \ref FrontendOptions.PrintFullConvention.
|
||||
/// [TODO: Clang-type-plumbing] This check should go away.
|
||||
bool PrintFullConvention = false;
|
||||
|
||||
Reference in New Issue
Block a user