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.
1 parent d339f2b commit 271e863Copy full SHA for 271e863
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 = "7ac7d418ac2b16fd44789dcf48e2b5d73de3e715"
+LLVM_COMMIT = "3cf169ca160eaf5464503fbd93d73ee1d8597936"
21
22
-LLVM_SHA256 = "8b99a146881fbb2a2d8e812724550b2c88fed4403dfb4e133ee8b7107a6a9348"
+LLVM_SHA256 = "b63cac687df1bc98e3eb0289f3be6824fcb1b106d0720b5c083417918d1029fd"
23
24
http_archive(
25
name = "llvm-raw",
build_tools/llvm_version.txt
@@ -1 +1 @@
1
-7ac7d418ac2b16fd44789dcf48e2b5d73de3e715
+3cf169ca160eaf5464503fbd93d73ee1d8597936
0 commit comments