diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-06-01 03:48:12 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-06-01 03:48:12 +0000 |
commit | 6d007c974797fee6ce31568c8f51e3b308ecbfcb (patch) | |
tree | 33bebbfe2e0f45d39e887b8f1bbe0b0920a78e61 | |
parent | f8d76e61856cfdb7b82379186d116781d9c4b31b (diff) | |
download | bcm5719-llvm-6d007c974797fee6ce31568c8f51e3b308ecbfcb.tar.gz bcm5719-llvm-6d007c974797fee6ce31568c8f51e3b308ecbfcb.zip |
docs: Document LLD's cache dir argument.
llvm-svn: 304385
-rw-r--r-- | clang/docs/ThinLTO.rst | 2 |
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 --------------- |