Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Sep 26, 2024
1 parent 49fd792 commit 9d9290d
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 = "42b696d7b9942fdf07d65267da40ab178464adaa"
LLVM_COMMIT = "29b92d07746fac26cd64c914bc9c5c3833974f6d"

LLVM_SHA256 = "4f0d2053b381d3f074c64b2e460792cab11a02333f1c88bbc22b01686cf2fcb0"
LLVM_SHA256 = "3e8e93e3749454af4b64f7f34b792a4748b62fc533bca1703d33b2b04e34eb70"

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 @@
42b696d7b9942fdf07d65267da40ab178464adaa
29b92d07746fac26cd64c914bc9c5c3833974f6d

0 comments on commit 9d9290d

Please sign in to comment.