mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend|NFC] Rename ModuleInterfaceOptions::PrintPrivateInterfaceContent
This commit is contained in:
@@ -949,7 +949,7 @@ static bool emitAnyWholeModulePostTypeCheckSupplementaryOutputs(
|
||||
if (opts.InputsAndOutputs.hasPrivateModuleInterfaceOutputPath()) {
|
||||
// Copy the settings from the module interface to add SPI printing.
|
||||
ModuleInterfaceOptions privOpts = Invocation.getModuleInterfaceOptions();
|
||||
privOpts.PrintSPIs = true;
|
||||
privOpts.PrintPrivateInterfaceContent = true;
|
||||
privOpts.ModulesToSkipInPublicInterface.clear();
|
||||
|
||||
hadAnyError |= printModuleInterfaceIfNeeded(
|
||||
|
||||
Reference in New Issue
Block a user