[PATCH] D41757: Add a config note and fix a config variable regarding CCACHE support.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 15:25:27 PST 2018


probinson added a comment.

See inline comment.  I think that makes it clear enough where to look for details about what values to use for the MAXSIZE/DIR parameters.



================
Comment at: docs/CMake.rst:559
+  by ``ccache`` can be adjusted via the LLVM_CCACHE_MAXSIZE and LLVM_CCACHE_DIR
+  options respectively.
+
----------------
... options, which are passed to the CCACHE_MAXSIZE and CCACHE_DIR environment variables, respectively.


https://reviews.llvm.org/D41757





More information about the llvm-commits mailing list