File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2525[submodule "src/llvm-project "]
2626 path = src/llvm-project
2727 url = https://github.com/rust-lang/llvm-project.git
28- branch = rustc/20 .1-2025-07-13
28+ branch = rustc/21 .1-2025-08-01
2929 shallow = true
3030[submodule "src/doc/embedded-book "]
3131 path = src/doc/embedded-book
Original file line number Diff line number Diff line change 55source shared.sh
66
77# Try to keep the LLVM version here in sync with src/ci/scripts/install-clang.sh
8- LLVM=llvmorg-20 .1.0-rc2
8+ LLVM=llvmorg-21 .1.0-rc2
99
1010mkdir llvm-project
1111cd llvm-project
@@ -44,8 +44,10 @@ 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/" \
50+ -DRUNTIMES_CMAKE_ARGS=" -DCMAKE_CXX_FLAGS=\" --gcc-toolchain=/rustroot\" " \
4951 -DC_INCLUDE_DIRS=" $INC "
5052
5153hide_output make -j$( nproc)
You can’t perform that action at this time.
0 commit comments