[PATCH] LinkerScript: Add -T <scriptfile> option

Davide Italiano davide at freebsd.org
Sat Mar 7 11:40:58 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.">,
----------------
davide wrote:
> is 'defm' a valid keyword in python?
> Why are you not following the convention for the other options?
OK, you can use defm here, apparently.

http://reviews.llvm.org/D8138

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list