summaryrefslogtreecommitdiffstats
path: root/lld/docs/ld.lld.1
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-07-18 22:49:31 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-07-18 22:49:31 +0000
commita327a4c34e3c271c7d108000a65fa94ca0b5368d (patch)
treedd0472521368582bcdbd0581c2e93581bf634f11 /lld/docs/ld.lld.1
parent4a653fa7f1818b4384437ba65e1d2cce9ed46f79 (diff)
downloadbcm5719-llvm-a327a4c34e3c271c7d108000a65fa94ca0b5368d.tar.gz
bcm5719-llvm-a327a4c34e3c271c7d108000a65fa94ca0b5368d.zip
ELF: Implement --icf=safe using address-significance tables.
Differential Revision: https://reviews.llvm.org/D48146 llvm-svn: 337429
Diffstat (limited to 'lld/docs/ld.lld.1')
-rw-r--r--lld/docs/ld.lld.12
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1
index 7f3a747bbbd..c9662856b89 100644
--- a/lld/docs/ld.lld.1
+++ b/lld/docs/ld.lld.1
@@ -187,6 +187,8 @@ is the default.
Print a help message.
.It Fl -icf Ns = Ns Cm all
Enable identical code folding.
+.It Fl -icf Ns = Ns Cm safe
+Enable safe identical code folding.
.It Fl -icf Ns = Ns Cm none
Disable identical code folding.
.It Fl -image-base Ns = Ns Ar value
OpenPOWER on IntegriCloud