aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-07-15 18:06:18 -0400
committerLouis Dionne <ldionne.2@gmail.com>2021-07-27 14:13:28 -0400
commit45478619e3eb5860e48a9258a7ac1cfb09fcbb5f (patch)
tree4d4d06b086b66696cd59e3b407f8af2e3842c0d6 /libcxx
parent3852b8c70fbf5ad55e87ab5ccb0bd2f0a5c65977 (diff)
downloadllvm-45478619e3eb5860e48a9258a7ac1cfb09fcbb5f.zip
llvm-45478619e3eb5860e48a9258a7ac1cfb09fcbb5f.tar.gz
llvm-45478619e3eb5860e48a9258a7ac1cfb09fcbb5f.tar.bz2
[libc++] CI: Run -std=c++03 on Clang ToT
Differential Revision: https://reviews.llvm.org/D106104
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/utils/ci/Dockerfile1
-rwxr-xr-xlibcxx/utils/ci/run-buildbot3
2 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 5cdb11a..276e5a5 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 384b44d..2dfd3ab 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"