[lld] r243757 - Add some help strings for /dll and /debug so they show up in /?

Reid Kleckner reid at kleckner.net
Fri Jul 31 09:40:39 PDT 2015


Author: rnk
Date: Fri Jul 31 11:40:38 2015
New Revision: 243757

URL: http://llvm.org/viewvc/llvm-project?rev=243757&view=rev
Log:
Add some help strings for /dll and /debug so they show up in /?

Modified:
    lld/trunk/COFF/Options.td

Modified: lld/trunk/COFF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Options.td?rev=243757&r1=243756&r2=243757&view=diff
==============================================================================
--- lld/trunk/COFF/Options.td (original)
+++ lld/trunk/COFF/Options.td Fri Jul 31 11:40:38 2015
@@ -59,8 +59,8 @@ def incl : Joined<["/", "-"], "include:"
 def deffile : Joined<["/", "-"], "def:">,
     HelpText<"Use module-definition file">;
 
-def debug : F<"debug">;
-def dll : F<"dll">;
+def debug : F<"debug">, HelpText<"Embed a symbol table in the image">;
+def dll : F<"dll">, HelpText<"Create a DLL">;
 def nodefaultlib_all : F<"nodefaultlib">;
 def noentry : F<"noentry">;
 def profile : F<"profile">;





More information about the llvm-commits mailing list