[PATCH] D71385: Update the man page
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 19:10:23 PST 2019
ruiu created this revision.
ruiu added reviewers: grimar, MaskRay, peter.smith.
Herald added a subscriber: aprantl.
Herald added a project: LLVM.
Add a description about the compression level of the debug info.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71385
Files:
lld/docs/ld.lld.1
Index: lld/docs/ld.lld.1
===================================================================
--- lld/docs/ld.lld.1
+++ lld/docs/ld.lld.1
@@ -123,6 +123,11 @@
.Cm none
or
.Cm zlib .
+The default compression level is 0 (fastest) as the debug info usually
+compresses well at that level, but if you want to compress it more,
+you can specify
+.Fl O2
+to set the compression level to 6.
.It Fl -cref
Output cross reference table.
.It Fl -define-common , Fl d
@@ -332,7 +337,9 @@
.It Cm 1
Enable string merging.
.It Cm 2
-Enable string tail merging.
+Enable string tail merging. If
+.Fl -compress-debug-sections
+is given, compress debug sections at compression level 6 instead of 0.
.El
.Pp
.Fl O Ns Cm 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71385.233485.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/29c5b43e/attachment.bin>
More information about the llvm-commits
mailing list