[lld] r361093 - [MinGW] Set the right updated option help for the updated pdb option. NFC

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 21:20:31 PDT 2019


Author: mstorsjo
Date: Fri May 17 21:20:31 2019
New Revision: 361093

URL: http://llvm.org/viewvc/llvm-project?rev=361093&view=rev
Log:
[MinGW] Set the right updated option help for the updated pdb option. NFC

I forgot to amend this change before committing it in SVN r361014, this
is what was agreed upon in the review.

Modified:
    lld/trunk/MinGW/Options.td

Modified: lld/trunk/MinGW/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/MinGW/Options.td?rev=361093&r1=361092&r2=361093&view=diff
==============================================================================
--- lld/trunk/MinGW/Options.td (original)
+++ lld/trunk/MinGW/Options.td Fri May 17 21:20:31 2019
@@ -60,8 +60,7 @@ def _HASH_HASH_HASH : Flag<["-"], "###">
     HelpText<"Print (but do not run) the commands to run for this compilation">;
 def appcontainer: F<"appcontainer">, HelpText<"Set the appcontainer flag in the executable">;
 def mllvm: S<"mllvm">;
-def pdb: S<"pdb">, HelpText<"Specify output PDB debug information file. "
-                            "Defaults to the output filename, with a pdb suffix, if given an empty argument">;
+def pdb: S<"pdb">, HelpText<"Output PDB debug info file, chosen implicitly if the argument is empty">;
 def pdb_eq: J<"pdb=">, Alias<pdb>;
 def Xlink : J<"Xlink=">, MetaVarName<"<arg>">,
     HelpText<"Pass <arg> to the COFF linker">;




More information about the llvm-commits mailing list