Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a custom entry for specifying module cache paths
This is really handy for use in bots with multiple competing workspaces, for builds that do not provide an explicit module cache. This is controlled by the CUSTOM_CLANG_MODULE_CACHE env variable. export CUSTOM_CLANG_MODULE_CACHE="/tmp/yoyo" $ echo "int foo()" | clang -x objective-c -fmodules -\#\#\# - 2>&1 | tr " " "\n" | grep "\-cache" "-fmodules-cache-path=/tmp/yoyo" rdar://problem/48443680
- Loading branch information