Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK authored Feb 6, 2025
1 parent 4731ce6 commit 04c5a34
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 = "956c0707d9098499a2682297b71f46b0a562eed9"
LLVM_COMMIT = "f8287f6c373fcf993643dd6f0e30dde304c1be73"

LLVM_SHA256 = "f90b866908daa3c65b74454943e52b59f40ab448f42a13b23e9823045f017066"
LLVM_SHA256 = "add2841174abc79c45aa309bdf0cf631aa8f97e7a4df57dcfca57c60df27527f"

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 @@
956c0707d9098499a2682297b71f46b0a562eed9
f8287f6c373fcf993643dd6f0e30dde304c1be73

0 comments on commit 04c5a34

Please sign in to comment.