[PATCH] D11737: Add -linker (and -linker=) alias for -fuse-ld=

Katya Romanova via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 16:29:16 PDT 2015


kromanova added inline comments.

================
Comment at: include/clang/Driver/Options.td:1853-1854
@@ -1853,2 +1852,4 @@
+def fuse_ld_EQ : Joined<["-"], "fuse-ld=">, HelpText<"Use linker <name>">, Group<f_Group>;
+def linker_EQ : Joined<["-"], "linker=">, Alias<fuse_ld_EQ>, MetaVarName<"<name>">;
 
 defm align_functions : BooleanFFlag<"align-functions">, Group<clang_ignored_gcc_optimization_f_Group>;
----------------
We will remove -linker alias. We had to confirm with the interested parties that they are OK with this option being removed.


http://reviews.llvm.org/D11737





More information about the cfe-commits mailing list