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 aa8eda0 + 82fbe9f commit bdc3346Copy full SHA for bdc3346
include/swift/Option/Options.td
@@ -1805,6 +1805,11 @@ def nostartfiles:
1805
HelpHidden, NewDriverOnlyOption]>,
1806
HelpText<"Do not link in the Swift language startup routines">;
1807
1808
+def gcc_toolchain: Separate<["-"], "gcc-toolchain">,
1809
+ Flags<[HelpHidden, NewDriverOnlyOption, ArgumentIsPath]>,
1810
+ MetaVarName<"<path>">,
1811
+ HelpText<"Specify a directory where the clang importer and clang linker can find headers and libraries">;
1812
+
1813
// END ONLY SUPPORTED IN NEW DRIVER
1814
1815
def load_plugin_library:
0 commit comments