[PATCH] D62799: Add --sort-common to the man page.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 2 21:44:28 PDT 2019


ruiu created this revision.
ruiu added reviewers: MaskRay, peter.smith.
Herald added a project: LLVM.

Add --sort-common to the man page.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62799

Files:
  lld/docs/ld.lld.1


Index: lld/docs/ld.lld.1
===================================================================
--- lld/docs/ld.lld.1
+++ lld/docs/ld.lld.1
@@ -429,6 +429,8 @@
 .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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62799.202641.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/84b76d9f/attachment.bin>


More information about the llvm-commits mailing list