[PATCH] D37995: [Docs] Document cache pruning support for gold
Yi Kong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 18 13:43:22 PDT 2017
kongyi created this revision.
kongyi added a project: clang.
Herald added subscribers: eraman, mehdi_amini.
Feature implemented in https://reviews.llvm.org/D37993
Repository:
rL LLVM
https://reviews.llvm.org/D37995
Files:
docs/ThinLTO.rst
Index: docs/ThinLTO.rst
===================================================================
--- docs/ThinLTO.rst
+++ docs/ThinLTO.rst
@@ -142,9 +142,11 @@
To help keep the size of the cache under control, ThinLTO supports cache
pruning. Cache pruning is supported with ld64 and ELF and COFF lld, but
-currently only ELF and COFF lld allow you to control the policy with a
+currently only gold, ELF and COFF lld allow you to control the policy with a
policy string. The cache policy must be specified with a linker option.
+- gold (as of LLVM 6.0):
+ ``-Wl,-plugin-opt,cache-policy=POLICY``
- ELF lld (as of LLVM 5.0):
``-Wl,--thinlto-cache-policy,POLICY``
- COFF lld-link (as of LLVM 6.0):
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37995.115710.patch
Type: text/x-patch
Size: 703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170918/e527a479/attachment.bin>
More information about the cfe-commits
mailing list