[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.

llvm-svn: 361093
This commit is contained in:
Martin Storsjo 2019-05-18 04:20:31 +00:00
parent 82c3f3dae0
commit 5fab538e2a
1 changed files with 1 additions and 2 deletions

View File

@ -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">;