[ELF2] -l behavior is JoinedOrSeparate. Keeping consistency with ld here.

llvm-svn: 250812
This commit is contained in:
George Rimar
2015-10-20 10:03:14 +00:00
parent b7d79b5c27
commit 85f1d6678f

View File

@@ -49,7 +49,7 @@ def fini : Separate<["-"], "fini">, MetaVarName<"<symbol>">,
def init : Separate<["-"], "init">, MetaVarName<"<symbol>">,
HelpText<"Specify an initializer function">;
def l : Joined<["-"], "l">, MetaVarName<"<libName>">,
def l : JoinedOrSeparate<["-"], "l">, MetaVarName<"<libName>">,
HelpText<"Root name of library to use">;
def m : Separate<["-"], "m">,