r304385 - docs: Document LLD's cache dir argument.

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 20:48:13 PDT 2017


Author: pcc
Date: Wed May 31 22:48:12 2017
New Revision: 304385

URL: http://llvm.org/viewvc/llvm-project?rev=304385&view=rev
Log:
docs: Document LLD's cache dir argument.

Modified:
    cfe/trunk/docs/ThinLTO.rst

Modified: cfe/trunk/docs/ThinLTO.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThinLTO.rst?rev=304385&r1=304384&r2=304385&view=diff
==============================================================================
--- cfe/trunk/docs/ThinLTO.rst (original)
+++ cfe/trunk/docs/ThinLTO.rst Wed May 31 22:48:12 2017
@@ -123,6 +123,8 @@ which currently must be enabled through
   ``-Wl,-plugin-opt,cache-dir=/path/to/cache``
 - ld64 (support in clang 3.9 and Xcode 8):
   ``-Wl,-cache_path_lto,/path/to/cache``
+- lld (as of LLVM r296702):
+  ``-Wl,--thinlto-cache-dir=/path/to/cache``
 
 Clang Bootstrap
 ---------------




More information about the cfe-commits mailing list