Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj authored Nov 1, 2024
1 parent 5d15ab0 commit 92e33a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ workspace(name = "stablehlo")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

LLVM_COMMIT = "ac4bd74190fedfbe025ef757ff308dd184a507f5"
LLVM_COMMIT = "95c2d798148f12565dd4c9ddc753d196e47f230f"

LLVM_SHA256 = "5344d79adb0049d8879fabfdac5589d4b770a02312ed8f82ce56cbf043fc86ab"
LLVM_SHA256 = "f11e5bbf17d50ff31addc9e1737d64e64a144fce928166de5878c72a1efcf9b4"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ac4bd74190fedfbe025ef757ff308dd184a507f5
95c2d798148f12565dd4c9ddc753d196e47f230f

0 comments on commit 92e33a7

Please sign in to comment.