[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
Tue Jul 27 11:13:53 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG45478619e3eb: [libc++] CI: Run -std=c++03 on Clang ToT (authored by ldionne).
Changed prior to commit:
https://reviews.llvm.org/D106104?vs=362097&id=362110#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106104/new/
https://reviews.llvm.org/D106104
Files:
libcxx/utils/ci/Dockerfile
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -187,9 +187,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"
Index: libcxx/utils/ci/Dockerfile
===================================================================
--- libcxx/utils/ci/Dockerfile
+++ libcxx/utils/ci/Dockerfile
@@ -38,7 +38,6 @@
# 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106104.362110.patch
Type: text/x-patch
Size: 1193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210727/81f5b9bf/attachment.bin>
More information about the libcxx-commits
mailing list