Skip to content

Commit e8409d9

Browse files
committed
Revert "Docker.system-clang: Fix building with older LLVM versions after recent changes"
This reverts commit 490dfff. This is no longer necessary, as we now can build runtimes using the latest LLVM 19 versions, that support building sanitizers for all architectures.
1 parent 4306cad commit e8409d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile.system-clang

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ WORKDIR /build
2222

2323
ENV TOOLCHAIN_PREFIX=/opt/llvm-mingw
2424

25-
# build-compiler-rt.sh assumes that sanitizers can be built for all architectures.
26-
# Sanitizers can be built for aarch64 since LLVM 14 and for armv7 since LLVM 19.
27-
# For simplicity, just skip building for armv7 when building an older version.
28-
ARG TOOLCHAIN_ARCHS="i686 x86_64 aarch64"
25+
ARG TOOLCHAIN_ARCHS="i686 x86_64 armv7 aarch64"
2926

3027
ARG DEFAULT_CRT=ucrt
3128

0 commit comments

Comments
 (0)