[lld] r340253 - [docs] Add --print-icf-sections to ld.lld.1

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 00:35:23 PDT 2018


Author: maskray
Date: Tue Aug 21 00:35:23 2018
New Revision: 340253

URL: http://llvm.org/viewvc/llvm-project?rev=340253&view=rev
Log:
[docs] Add --print-icf-sections to ld.lld.1

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=340253&r1=340252&r2=340253&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Tue Aug 21 00:35:23 2018
@@ -297,6 +297,8 @@ Include hotness information in the optim
 Create a position independent executable.
 .It Fl -print-gc-sections
 List removed unused sections.
+.It Fl -print-icf-sections
+List identical folded sections.
 .It Fl -print-map
 Print a link map to the standard output.
 .It Fl -push-state




More information about the llvm-commits mailing list