Skip to content

Commit dff1601

Browse files
authored
Merge pull request #703 from tgross35/upgrade-llvm-version
Upgrade CI LLVM version to 19.1
2 parents 2ab1f19 + a8645c7 commit dff1601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .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:

Diff for: 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)