Skip to content

Commit 3c7672c

Browse files
committed
Update LLVM downloads to 20.1-2025-02-13
This matches the version used by rust-lang/rust.
1 parent 453da66 commit 3c7672c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
env:
55
RUSTDOCFLAGS: -Dwarnings
66
RUSTFLAGS: -Dwarnings
7-
RUST_LLVM_VERSION: 19.1-2024-09-17
7+
RUST_LLVM_VERSION: 20.1-2025-02-13
88
RUST_COMPILER_RT_ROOT: ./compiler-rt
99

1010
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ to test against, located in a directory called `compiler-rt`. This can be
8989
obtained with the following:
9090

9191
```sh
92-
curl -L -o rustc-llvm-19.1.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/19.1-2024-09-17.tar.gz
93-
tar xzf rustc-llvm-19.1.tar.gz --strip-components 1 llvm-project-rustc-19.1-2024-09-17/compiler-rt
92+
curl -L -o rustc-llvm-20.1.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/20.1-2025-02-13.tar.gz
93+
tar xzf rustc-llvm-20.1.tar.gz --strip-components 1 llvm-project-rustc-20.1-2025-02-13/compiler-rt
9494
```
9595

9696
Local targets may also be tested with `./ci/run.sh [target]`.

0 commit comments

Comments
 (0)