Where possible use --long-opt=value in lld man page
authorEd Maste <emaste@freebsd.org>
Thu, 1 Mar 2018 18:40:11 +0000 (18:40 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 1 Mar 2018 18:40:11 +0000 (18:40 +0000)
commitdde3a9170ce73e13697ccab11061f3f71c72eebd
tree042205951c8b961d6b8622c2e5be5c6e1d3b2026
parent39195e64e290186f3ae3df83289d8d7e55fd232b
Where possible use --long-opt=value in lld man page

We intend to maintain compatibility with GNU ld, and in the GNU world
long options are conventionally specified as --long-option=value. For
whatever reason GNU ld.bfd accepts both --long-option value and
--long-option=value, but documents the former. Follow suit.

Some lld long options do not accept the = form; this is probably a bug
to be fixed (along with a man page update).

Reported by Ingo Schwarze, for --entry.

llvm-svn: 326459
lld/docs/ld.lld.1