[libcxx-commits] [PATCH] D133122: [libc++] Shows the detailed compiler version info.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 16 07:15:54 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc632ee1c5d65: [libc++] Shows the detailed compiler version info. (authored by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D133122?vs=459481&id=460747#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133122/new/

https://reviews.llvm.org/D133122

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -148,6 +148,8 @@
 ${CMAKE} --version
 ${NINJA} --version
 
+if [ ! -z "${CXX}" ]; then ${CXX} --version; fi
+
 case "${BUILDER}" in
 check-format)
     clean


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133122.460747.patch
Type: text/x-patch
Size: 331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220916/4be89061/attachment.bin>


More information about the libcxx-commits mailing list