svn commit: r337174 - projects/clang700-import/contrib/llvm/tools/lld/docs
Ed Maste
emaste at FreeBSD.org
Thu Aug 2 20:28:11 UTC 2018
Author: emaste
Date: Thu Aug 2 20:28:09 2018
New Revision: 337174
URL: https://svnweb.freebsd.org/changeset/base/337174
Log:
ld.lld.1: restore option note from FreeBSD r329003
Modified:
projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1
Modified: projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1
==============================================================================
--- projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 Thu Aug 2 20:25:51 2018 (r337173)
+++ projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 Thu Aug 2 20:28:09 2018 (r337174)
@@ -25,6 +25,17 @@ is a drop-in replacement for the GNU BFD and gold link
It accepts most of the same command line arguments and linker scripts
as GNU linkers.
.Pp
+Many options have both a single-letter and long form.
+When using the long form options other than those beginning with the
+letter
+.Cm o
+may be specified using either one or two dashes preceding the option name.
+Long options beginning with
+.Cm o
+require two dashes to avoid confusion with the
+.Fl o Ar path
+option.
+.Pp
These options are available:
.Bl -tag -width indent
.It Fl -allow-multiple-definition
More information about the svn-src-projects
mailing list