[PATCH] D49938: [ELF] Update ld.lld.1
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 15:05:07 PDT 2018
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: docs/ld.lld.1:43
field to the specified name.
-.It Fl -Bdynamic
+.It Fl -Bdynamic | Fl -dy
Link against shared libraries.
----------------
ruiu wrote:
> Is the vertical bar the right notation? Please mimic other options that have aliases.
Ideally, a newline will be the best (which is also used in `ld.bfd.1`)
But I don't know how to express that in groff_mdoc. A vertical bar compared with a comma is more clear here. `--version, -v` is the only example I find and I have updated it.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D49938
More information about the llvm-commits
mailing list