[lld] r270964 - Add a help description for --threads to avoid confusion.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 21:48:21 PDT 2016


Author: silvas
Date: Thu May 26 23:48:21 2016
New Revision: 270964

URL: http://llvm.org/viewvc/llvm-project?rev=270964&view=rev
Log:
Add a help description for --threads to avoid confusion.

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=270964&r1=270963&r2=270964&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Thu May 26 23:48:21 2016
@@ -150,7 +150,8 @@ def strip_debug : Flag<["--"], "strip-de
 def sysroot : Joined<["--"], "sysroot=">,
   HelpText<"Set the system root">;
 
-def threads : Flag<["--"], "threads">;
+def threads : Flag<["--"], "threads">,
+  HelpText<"Enable use of threads">;
 
 def trace: Flag<["--"], "trace">,
   HelpText<"Print the names of the input files">;




More information about the llvm-commits mailing list