Skip to content

Commit c5bbc22

Browse files
committed
Upgrade CI LLVM version to 19.1
19.1 is the latest stable release from 2024-09-17. This will match what is currently being used in rust-lang/rust.
1 parent bfc64e3 commit c5bbc22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
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: 18.0-2024-02-13
7+
RUST_LLVM_VERSION: 19.1-2024-09-17
88
RUST_COMPILER_RT_ROOT: ./compiler-rt
99

1010
jobs:

README.md

+2-2
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-18.0.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/18.0-2024-02-13.tar.gz
93-
tar xzf rustc-llvm-18.0.tar.gz --strip-components 1 llvm-project-rustc-18.0-2024-02-13/compiler-rt
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
9494
```
9595

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

0 commit comments

Comments
 (0)