Add a help text for -Map.

llvm-svn: 292045
This commit is contained in:
Rui Ueyama 2017-01-15 02:52:14 +00:00
parent c9df172553
commit 9c6cdc2022
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def lto_O: J<"lto-O">, MetaVarName<"<opt-level>">,
def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
def Map: JS<"Map">;
def Map: JS<"Map">, HelpText<"Print a link map to the specified file">;
def nostdlib: F<"nostdlib">,
HelpText<"Only search directories specified on the command line">;