This revision was automatically updated to reflect the committed changes.
Closed by commit rL313591: [Docs] Document cache pruning support for gold 
(authored by kongyi).

Changed prior to commit:
  https://reviews.llvm.org/D37995?vs=115710&id=115745#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37995

Files:
  cfe/trunk/docs/ThinLTO.rst


Index: cfe/trunk/docs/ThinLTO.rst
===================================================================
--- cfe/trunk/docs/ThinLTO.rst
+++ cfe/trunk/docs/ThinLTO.rst
@@ -141,10 +141,12 @@
 -------------
 
 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
+pruning. Cache pruning is supported with gold, ld64 and ELF and COFF lld, but
+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):


Index: cfe/trunk/docs/ThinLTO.rst
===================================================================
--- cfe/trunk/docs/ThinLTO.rst
+++ cfe/trunk/docs/ThinLTO.rst
@@ -141,10 +141,12 @@
 -------------
 
 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
+pruning. Cache pruning is supported with gold, ld64 and ELF and COFF lld, but
+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):
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to