Re: [PATCH] D17735: [libcxxabi] PR26778 Fix tests when CXX="ccache clang++"

2016-04-17 Thread don hinton via cfe-commits
hintonda abandoned this revision. hintonda added a comment. If *_COMPILER_ARG1 is set, then it shall be the compiler, and the value for CMAKE__COMPILER may be ccache, but could also be something else, e.g., distcc, etc. Therefore, I don't see a clean way to check it. However, newer versions of

[PATCH] D17735: [libcxxabi] PR26778 Fix tests when CXX="ccache clang++"

2016-02-29 Thread don hinton via cfe-commits
hintonda created this revision. hintonda added a reviewer: mclow.lists. hintonda added a subscriber: cfe-commits. If you use ccache to build libcxxabi by setting CXX="ccache clang++", check-libcxxabi will fail since LIBCXXABI_COMPILER will be set to "ccache". We can't just include CMAKE_CXX_COMPI