We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093a6dd + d0b07bb commit acec216Copy full SHA for acec216
include/swift/Option/Options.td
@@ -574,12 +574,6 @@ def experimental_cxx_stdlib :
574
Separate<["-"], "experimental-cxx-stdlib">,
575
HelpText<"C++ standard library to use; forwarded to Clang's -stdlib flag">;
576
577
-def enable_experimental_cross_module_incremental_build :
578
- Flag<["-"], "enable-experimental-cross-module-incremental-build">,
579
- Flags<[FrontendOption]>,
580
- HelpText<"(experimental) Enable cross-module incremental build metadata and "
581
- "driver scheduling">;
582
-
583
584
// Diagnostic control options
585
def suppress_warnings : Flag<["-"], "suppress-warnings">,
0 commit comments