[PATCH] D30467: Use relative path to clang-cl
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 09:04:06 PST 2017
rnk added a comment.
In https://reviews.llvm.org/D30467#689714, @brad.king wrote:
> Alternatively, put the path to `clang-cl` in the `PATH` and set `CMAKE_C_COMPILER=clang-cl`.
I just got back into the office and Zach and I both came to this conclusion as well. This buildbot code is already putting the appropriate bin directory on PATH anyway. Thanks for the help!
https://reviews.llvm.org/D30467
More information about the llvm-commits
mailing list