File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y bash curl
38
38
# Install various tools used by the build or the test suite
39
39
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
40
40
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
41
- RUN echo
42
41
43
42
# Install Clang <latest>, <latest-1> and ToT, which are the ones we support.
44
43
ENV LLVM_LATEST_VERSION=12
Original file line number Diff line number Diff line change @@ -187,9 +187,6 @@ check-generated-output)
187
187
python3 libcxx/utils/graph_header_deps.py > /dev/null
188
188
;;
189
189
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
193
190
clean
194
191
generate-cmake -C " ${MONOREPO_ROOT} /libcxx/cmake/caches/Generic-cxx03.cmake" \
195
192
-DLIBCXX_TEST_CONFIG=" ${MONOREPO_ROOT} /libcxx/test/configs/libcxx-trunk-shared.cfg.in"
You can’t perform that action at this time.
0 commit comments