Skip to content

Commit c72f86f

Browse files
committed
chore: Update from rc release of LLVM and llvm-sys to the stable one
- Update `llvm-sys` from `191.0.0-rc1` to `191.0.0`. - Update LLVM to the `rustc/19.1-2024-09-17` branch, which is based on the stable LLVM 19.1.0 release. - The mentioned branch in our LLVM fork contains a backport of llvm/llvm-project#107802, which is needed for our work on BTF relocations.
1 parent f50f667 commit c72f86f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- id: ls-remote
1717
run: |
1818
set -euxo pipefail
19-
value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/19.1-2024-07-30 | cut -f1)
19+
value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/19.1-2024-09-17 | cut -f1)
2020
echo "sha=$value" >> "$GITHUB_OUTPUT"
2121
2222
- id: cache-key

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ar = { version = "0.9.0" }
2828
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
2929
gimli = { version = "0.31.0" }
3030
libc = { version = "0.2.158" }
31-
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0-rc1" }
31+
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
3232
log = { version = "0.4.22" }
3333
thiserror = { version = "1.0.64" }
3434
tracing = "0.1"

0 commit comments

Comments
 (0)