This is needed when using compiler wrappers such as ccache or distcc
and should address the failure on clang-x86_64-debian-fast bot.
Details
Details
- Reviewers
thakis smeenai beanz - Commits
- rZORG27e24ea490f9: Use CMAKE_C_COMPILER_ARG1 in compiler invocation
rG27e24ea490f9: Use CMAKE_C_COMPILER_ARG1 in compiler invocation
rCRT361111: Use CMAKE_C_COMPILER_ARG1 in compiler invocation
rGcd78209a3510: Use CMAKE_C_COMPILER_ARG1 in compiler invocation
rL361111: Use CMAKE_C_COMPILER_ARG1 in compiler invocation
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
As said on IRC, a nicer fix would be to make clang-x86_64-debian-fast and friends use use CMAKE_C_COMPILER_LAUNCHER / CMAKE_CXX_COMPILER_LAUNCHER for ccache instead of setting CC / CXX – but it's also good to make the pre-cmake-3.4 way of configuring this work.