Fix -output option.
authorRui Ueyama <ruiu@google.com>
Fri, 9 Sep 2016 00:25:56 +0000 (00:25 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 9 Sep 2016 00:25:56 +0000 (00:25 +0000)
commita60058c8f5e9d44fba334230456a3432e0f00483
treef59cf14c837487ba5ebc311ddb06b2e5c5ea7cf8
parentc39ef776fcf7360de7ff7b7eb2e63cd3c580dd3b
Fix -output option.

Usually, options that are longer than one character can be preceded
either by "-" or "--", but options starting with "o" are exceptions
because they conflict with "-o" option. They have to be preceded by
"--".

llvm-svn: 281004
lld/ELF/Options.td
lld/test/ELF/driver.test