Emit module selectors in swiftinterfaces

This support is currently opt-in and can be disabled by a blocklist.
This commit is contained in:
Becca Royal-Gordon
2025-10-17 19:05:53 -07:00
parent 89ecc5ab2a
commit 9454c0aaa4
10 changed files with 245 additions and 16 deletions

View File

@@ -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;