[libcxx-commits] [libcxx] e93c95d - [libc++] Print the CMake version before generating CMake

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 1 10:42:28 PDT 2021


Author: Louis Dionne
Date: 2021-04-01T13:42:22-04:00
New Revision: e93c95dea103ead27c522a41085949bd73a30d9a

URL: https://github.com/llvm/llvm-project/commit/e93c95dea103ead27c522a41085949bd73a30d9a
DIFF: https://github.com/llvm/llvm-project/commit/e93c95dea103ead27c522a41085949bd73a30d9a.diff

LOG: [libc++] Print the CMake version before generating CMake

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index fcdc1258fa8a8..ebd0c468be10a 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -112,6 +112,10 @@ function check-cxx-benchmarks() {
     ${NINJA} -vC "${BUILD_DIR}" check-cxx-benchmarks
 }
 
+# Print the version of a few tools to aid diagnostics in some cases
+cmake --version
+${NINJA} --version
+
 case "${BUILDER}" in
 check-format)
     clean


        


More information about the libcxx-commits mailing list