mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: flip the default of whether importing SPI_AVAILABLE from clang
This commit is contained in:
@@ -1194,7 +1194,7 @@ static bool ParseClangImporterArgs(ClangImporterOptions &Opts,
|
||||
|
||||
Opts.DisableOverlayModules |= Args.hasArg(OPT_emit_imported_modules);
|
||||
|
||||
Opts.EnableClangSPI |= Args.hasArg(OPT_enable_clang_spi);
|
||||
Opts.EnableClangSPI = !Args.hasArg(OPT_disable_clang_spi);
|
||||
|
||||
Opts.ExtraArgsOnly |= Args.hasArg(OPT_extra_clang_options_only);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user