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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user