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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 27 11:13:47 PDT 2021


Author: Louis Dionne
Date: 2021-07-27T14:13:28-04:00
New Revision: 45478619e3eb5860e48a9258a7ac1cfb09fcbb5f

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

LOG: [libc++] CI: Run -std=c++03 on Clang ToT

Differential Revision: https://reviews.llvm.org/D106104

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 5cdb11a627953..276e5a5cf275d 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y bash curl
 # Install various tools used by the build or the test suite
 RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
 RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
-RUN echo
 
 # Install Clang <latest>, <latest-1> and ToT, which are the ones we support.
 ENV LLVM_LATEST_VERSION=12

diff  --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 384b44d23ee12..2dfd3ab0f6800 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -187,9 +187,6 @@ check-generated-output)
     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"


        


More information about the libcxx-commits mailing list