Skip to content

Commit 23dbfb5

Browse files
committed
Use runtimes build for host compiler-rt build
The project build for compiler-rt is deprecated.
1 parent e2981f0 commit 23dbfb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/scripts/build-clang.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ hide_output \
4444
-DLLVM_INCLUDE_BENCHMARKS=OFF \
4545
-DLLVM_INCLUDE_TESTS=OFF \
4646
-DLLVM_INCLUDE_EXAMPLES=OFF \
47-
-DLLVM_ENABLE_PROJECTS="clang;lld;compiler-rt;bolt" \
47+
-DLLVM_ENABLE_PROJECTS="clang;lld;bolt" \
48+
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
4849
-DLLVM_BINUTILS_INCDIR="/rustroot/lib/gcc/$GCC_PLUGIN_TARGET/$GCC_VERSION/plugin/include/" \
4950
-DC_INCLUDE_DIRS="$INC"
5051

0 commit comments

Comments
 (0)