Skip to content

Commit 1d2e848

Browse files
Bump LLVM (#298)
This patch bumps LLVM to the latest version as of 3/22/25. I wanted to see if there were any API updates/changes impacting us, but doesn't seem like there are. Given that, might as well push the update.
1 parent 0e65ec1 commit 1d2e848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Gematria CI
1919
# TODO(virajbshah): Find a better way to keep these two in sync without the
2020
# need to update one manually every time the other is changed.
2121
env:
22-
LLVM_COMMIT: cd66c9b6a04689659348c0a3ff4c1205b1133fe9
22+
LLVM_COMMIT: f3e8e805630e5092458a80e00ba83f7ad45e2302
2323

2424
on:
2525
push:

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ new_git_repository(
199199
# The pinned version of LLVM, and its SHA256 hash. The `LLVM_COMMIT` variable in
200200
# `.github/workflows/main.yaml` must be updated to match this everytime it is
201201
# changed.
202-
LLVM_COMMIT = "cd66c9b6a04689659348c0a3ff4c1205b1133fe9"
202+
LLVM_COMMIT = "f3e8e805630e5092458a80e00ba83f7ad45e2302"
203203

204-
LLVM_SHA256 = "8d2a8b2e0accdf072a3897aec6a3e68d522dfc1b40416b3c4215bb5af36a36e1"
204+
LLVM_SHA256 = "dbb7b4a3b391bbfe4fb0617a874affd0e22355da860f5c17bf928fe89d263aed"
205205

206206
http_archive(
207207
name = "llvm-raw",

0 commit comments

Comments
 (0)