[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

@@ -384,7 +384,7 @@ static void ParseModuleInterfaceArgs(ModuleInterfaceOptions &Opts,
if (const Arg *A = Args.getLastArg(OPT_library_level)) {
StringRef contents = A->getValue();
if (contents == "spi") {
Opts.PrintSPIs = true;
Opts.PrintPrivateInterfaceContent = true;
}
}
for (auto val: Args.getAllArgValues(OPT_skip_import_in_public_interface)) {