Remove '.' from a help message.

llvm-svn: 287692
This commit is contained in:
Rui Ueyama 2016-11-22 20:15:35 +00:00
parent df8580f0fe
commit 8a44c94b8a
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_RE
def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32">; def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32">;
def target2: J<"target2=">, MetaVarName<"<type>">, HelpText<"Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel.">; def target2: J<"target2=">, MetaVarName<"<type>">, HelpText<"Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">;
def threads: F<"threads">, HelpText<"Run the linker multi-threaded">; def threads: F<"threads">, HelpText<"Run the linker multi-threaded">;