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 25
25
[submodule "src/llvm-project "]
26
26
path = src/llvm-project
27
27
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
29
29
shallow = true
30
30
[submodule "src/doc/embedded-book "]
31
31
path = src/doc/embedded-book
Original file line number Diff line number Diff line change 5
5
source shared.sh
6
6
7
7
# 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
9
9
10
10
mkdir llvm-project
11
11
cd llvm-project
@@ -44,8 +44,10 @@ hide_output \
44
44
-DLLVM_INCLUDE_BENCHMARKS=OFF \
45
45
-DLLVM_INCLUDE_TESTS=OFF \
46
46
-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" \
48
49
-DLLVM_BINUTILS_INCDIR=" /rustroot/lib/gcc/$GCC_PLUGIN_TARGET /$GCC_VERSION /plugin/include/" \
50
+ -DRUNTIMES_CMAKE_ARGS=" -DCMAKE_CXX_FLAGS=\" --gcc-toolchain=/rustroot\" " \
49
51
-DC_INCLUDE_DIRS=" $INC "
50
52
51
53
hide_output make -j$( nproc)
You can’t perform that action at this time.
0 commit comments