[lld] r362354 - Add --sort-common to the man page.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 2 22:11:44 PDT 2019
Author: ruiu
Date: Sun Jun 2 22:11:44 2019
New Revision: 362354
URL: http://llvm.org/viewvc/llvm-project?rev=362354&view=rev
Log:
Add --sort-common to the man page.
Differential Revision: https://reviews.llvm.org/D62799
Modified:
lld/trunk/docs/ld.lld.1
Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=362354&r1=362353&r2=362354&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Sun Jun 2 22:11:44 2019
@@ -429,6 +429,8 @@ Set
.Dv DT_SONAME
to
.Ar value .
+.It Fl -sort-common
+This option is ignored for GNU compatibility.
.It Fl -sort-section Ns = Ns Ar value
Specifies sections sorting rule when linkerscript is used.
.It Fl -start-lib
More information about the llvm-commits
mailing list