Skip to content

Commit 4547861

Browse files
committed
[libc++] CI: Run -std=c++03 on Clang ToT
Differential Revision: https://reviews.llvm.org/D106104
1 parent 3852b8c commit 4547861

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y bash curl
3838
# Install various tools used by the build or the test suite
3939
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
4040
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
41-
RUN echo
4241

4342
# Install Clang <latest>, <latest-1> and ToT, which are the ones we support.
4443
ENV LLVM_LATEST_VERSION=12

libcxx/utils/ci/run-buildbot

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ check-generated-output)
187187
python3 libcxx/utils/graph_header_deps.py >/dev/null
188188
;;
189189
generic-cxx03)
190-
# TODO: Switch to compiling with Clang ToT once issues with https://reviews.llvm.org/D104500 are resolved.
191-
export CC=clang-12
192-
export CXX=clang++-12
193190
clean
194191
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx03.cmake" \
195192
-DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/libcxx-trunk-shared.cfg.in"

0 commit comments

Comments
 (0)