[libc++] Shows the detailed compiler version info.

The libc++ pre-commit CI uses Clang nightly builds. Currently it's not
possible to determine the exact version used since CMake doesn't show
this information by default. Instead use the --version flag to get this
information.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D133122
This commit is contained in:
Mark de Wever 2022-09-01 18:38:03 +02:00
parent b00c36c295
commit c632ee1c5d
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ function check-cxx-benchmarks() {
${CMAKE} --version ${CMAKE} --version
${NINJA} --version ${NINJA} --version
if [ ! -z "${CXX}" ]; then ${CXX} --version; fi
case "${BUILDER}" in case "${BUILDER}" in
check-format) check-format)
clean clean