We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5861863 + 371678e commit 3800a6bCopy full SHA for 3800a6b
WORKSPACE.bazel
@@ -17,9 +17,9 @@ workspace(name = "stablehlo")
17
18
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
19
20
-LLVM_COMMIT = "f9031f00f2c90bc0af274b45ec3e169b5250a688"
+LLVM_COMMIT = "2f4232db0b72635b89c2356c8a2c0504b075a0ab"
21
22
-LLVM_SHA256 = "695896a5c3b4011043c27a43ac17079ee725e2d72e3b664868f09626a187daf3"
+LLVM_SHA256 = "a2e558aaf2e448508626587f88380efd72f53dadab94e98e056f1f0aa1f78643"
23
24
http_archive(
25
name = "llvm-raw",
build_tools/llvm_version.txt
@@ -1 +1 @@
1
-f9031f00f2c90bc0af274b45ec3e169b5250a688
+2f4232db0b72635b89c2356c8a2c0504b075a0ab
0 commit comments