Skip to content

Commit 1927663

Browse files
Bump LLVM to 88c4ef2f9fc0cda90c8452bc1c46844aaa722a3e
This includes llvm/llvm-project#137581 which makes it a bit nicer to deal with verification failures, some of which come from inline assembly and would be difficult to fix within LLVM.
1 parent 2894e8c commit 1927663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
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: 0bdc9e6d080009dc87b9458181c5a41cc13f26ae
22+
LLVM_COMMIT: 88c4ef2f9fc0cda90c8452bc1c46844aaa722a3e
2323

2424
on:
2525
push:

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ new_git_repository(
196196
# The pinned version of LLVM, and its SHA256 hash. The `LLVM_COMMIT` variable in
197197
# `.github/workflows/main.yaml` must be updated to match this everytime it is
198198
# changed.
199-
LLVM_COMMIT = "0bdc9e6d080009dc87b9458181c5a41cc13f26ae"
199+
LLVM_COMMIT = "88c4ef2f9fc0cda90c8452bc1c46844aaa722a3e"
200200

201-
LLVM_SHA256 = "ad722c9b456b6ca5f63681bb81cac9d69833695b3cd46b4878de15f7aba43160"
201+
LLVM_SHA256 = "163cc60d594aebef8a67088c81d56d19ea90d546de5212b5b1edc1ba4abc662c"
202202

203203
http_archive(
204204
name = "llvm-raw",

0 commit comments

Comments
 (0)