[libc++] Use the compiler that CMake found when running lit for back-deployment tests

llvm-svn: 356595
This commit is contained in:
Louis Dionne 2019-03-20 19:12:27 +00:00
parent f2158a8ef0
commit 6f3b566c87
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ echo "@@@ Running tests for libc++ @@@"
"${LIBCXX_BUILD_DIR}/bin/llvm-lit" -sv "${LIBCXX_ROOT}/test" \
--param=enable_experimental=false \
${LIT_ARCH_STRING} \
--param=cxx_under_test="${CXX}" \
--param=cxx_headers="${LIBCXX_INSTALL_DIR}/include/c++/v1" \
--param=std="${STD}" \
--param=platform="macosx${DEPLOYMENT_TARGET}" \