[PATCH] D71385: Update the man page

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 19:19:34 PST 2019


MaskRay added inline comments.


================
Comment at: lld/docs/ld.lld.1:126
 .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,
----------------
The default is 1.


================
Comment at: lld/docs/ld.lld.1:342
+.Fl -compress-debug-sections
+is given, compress debug sections at compression level 6 instead of 0.
 .El
----------------
1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71385/new/

https://reviews.llvm.org/D71385





More information about the llvm-commits mailing list