[Frontend|NFC] Rename ModuleInterfaceOptions::PrintPrivateInterfaceContent

This commit is contained in:
Alexis Laferrière
2022-12-08 14:04:24 -08:00
parent 62b26b1b0f
commit 010973c276
4 changed files with 9 additions and 8 deletions

View File

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