Skip to content

Commit 271e863

Browse files
authored
1 parent d339f2b commit 271e863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ workspace(name = "stablehlo")
1717

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

20-
LLVM_COMMIT = "7ac7d418ac2b16fd44789dcf48e2b5d73de3e715"
20+
LLVM_COMMIT = "3cf169ca160eaf5464503fbd93d73ee1d8597936"
2121

22-
LLVM_SHA256 = "8b99a146881fbb2a2d8e812724550b2c88fed4403dfb4e133ee8b7107a6a9348"
22+
LLVM_SHA256 = "b63cac687df1bc98e3eb0289f3be6824fcb1b106d0720b5c083417918d1029fd"
2323

2424
http_archive(
2525
name = "llvm-raw",

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7ac7d418ac2b16fd44789dcf48e2b5d73de3e715
1+
3cf169ca160eaf5464503fbd93d73ee1d8597936

0 commit comments

Comments
 (0)