summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-06-01 03:48:12 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-06-01 03:48:12 +0000
commit6d007c974797fee6ce31568c8f51e3b308ecbfcb (patch)
tree33bebbfe2e0f45d39e887b8f1bbe0b0920a78e61
parentf8d76e61856cfdb7b82379186d116781d9c4b31b (diff)
downloadbcm5719-llvm-6d007c974797fee6ce31568c8f51e3b308ecbfcb.tar.gz
bcm5719-llvm-6d007c974797fee6ce31568c8f51e3b308ecbfcb.zip
docs: Document LLD's cache dir argument.
llvm-svn: 304385
-rw-r--r--clang/docs/ThinLTO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst
index 7c7d9513025..d417febda50 100644
--- a/clang/docs/ThinLTO.rst
+++ b/clang/docs/ThinLTO.rst
@@ -123,6 +123,8 @@ which currently must be enabled through a linker option.
``-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
---------------
OpenPOWER on IntegriCloud