[libcxx-commits] [PATCH] D106104: [libc++] CI: Run -std=c++03 on Clang ToT

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 16:38:17 PDT 2021


ldionne updated this revision to Diff 359958.
ldionne added a comment.

Poke CI again -- did the nodes update their Clang ToT yet?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106104

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -143,6 +143,7 @@
 # Print the version of a few tools to aid diagnostics in some cases
 ${CMAKE} --version
 ${NINJA} --version
+c++ --version
 
 case "${BUILDER}" in
 check-format)
@@ -180,9 +181,6 @@
     python3 libcxx/utils/graph_header_deps.py >/dev/null
 ;;
 generic-cxx03)
-    # TODO: Switch to compiling with Clang ToT once issues with https://reviews.llvm.org/D104500 are resolved.
-    export CC=clang-12
-    export CXX=clang++-12
     clean
     generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx03.cmake" \
                    -DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/libcxx-trunk-shared.cfg.in"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106104.359958.patch
Type: text/x-patch
Size: 816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210719/5914b628/attachment-0001.bin>


More information about the libcxx-commits mailing list