Skip to content
Snippets Groups Projects
Commit 6bd81300 authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

docs: Document LLD's cache dir argument.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304385 91177308-0d34-0410-b5e6-96231b3b80d8
parent bd68ef92
No related branches found
No related tags found
No related merge requests found
......@@ -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
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment