[libcxx] [test] Fix detection of clang-cl when cross compiling
authorMartin Storsjö <martin@martin.st>
Sun, 2 Feb 2020 21:22:49 +0000 (23:22 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 5 Mar 2021 22:49:26 +0000 (00:49 +0200)
commit9e29852f5c0f61ef0d8a3773e00d5d56ebf6a83d
tree35c48178e579f4e4cc7bb8ce9b88db1217841a6c
parent3cd2f42521fea89de3cf720fc0299690e82a7660
[libcxx] [test] Fix detection of clang-cl when cross compiling

When cross compiling, the compiler tool doesn't have a .exe suffix.

Differential Revision: https://reviews.llvm.org/D98026
libcxx/utils/libcxx/test/config.py