[PATCH] LinkerScript: Add -T <scriptfile> option
Davide Italiano
davide at freebsd.org
Sat Mar 7 11:32:25 PST 2015
================
Comment at: lib/Driver/GnuLdOptions.td:262
@@ +261,3 @@
+ HelpText<"SCRIPT OPTIONS">;
+defm T : smDash<"T", "script",
+ "Use the given linker script in place of the default script.">,
----------------
is 'defm' a valid keyword in python?
Why are you not following the convention for the other options?
http://reviews.llvm.org/D8138
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list