Skip to content

Commit 0a07dfc

Browse files
authored
Update llvm to 15.0.6 (#237)
1 parent db5265b commit 0a07dfc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

WORKSPACE.bazel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ hedron_compile_commands_setup()
203203

204204
http_archive(
205205
name = "com_grail_bazel_toolchain",
206-
sha256 = "7fa5a8624b1148c36e09c7fa29ef6ee8b83f865219c9c219c9125aac78924758",
207-
strip_prefix = "bazel-toolchain-c3131a6894804ee586d059c57ffe8e88d44172e1",
208-
url = "https://github.com/grailbio/bazel-toolchain/archive/c3131a6894804ee586d059c57ffe8e88d44172e1.zip",
206+
sha256 = "3cf5ac4bb7dae3776da586fe85685274f5d89cbb59436f50f572928354e72198",
207+
strip_prefix = "bazel-toolchain-70a0fb556662fe3cadb07da32c91e232eb0d883d",
208+
url = "https://github.com/grailbio/bazel-toolchain/archive/70a0fb556662fe3cadb07da32c91e232eb0d883d.zip",
209209
)
210210

211211
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")
@@ -217,7 +217,8 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
217217
llvm_toolchain(
218218
name = "llvm_toolchain",
219219
cxx_standard = {"linux": "c++20"},
220-
llvm_version = "14.0.0",
220+
distribution = "clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz",
221+
llvm_version = "15.0.6",
221222
)
222223

223224
load("@llvm_toolchain//:toolchains.bzl", "llvm_register_toolchains")

0 commit comments

Comments
 (0)