[PATCH] D62104: [crt] Use CMAKE_C_COMPILER_ARG1 in compiler invocation
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 20:27:14 PDT 2019
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
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.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62104/new/
https://reviews.llvm.org/D62104
More information about the llvm-commits
mailing list