Skip to content

Commit 6786582

Browse files
authored
Update llvm to 15.0.6 (#81)
1 parent 82d46e3 commit 6786582

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
@@ -25,9 +25,9 @@ hedron_compile_commands_setup()
2525

2626
http_archive(
2727
name = "com_grail_bazel_toolchain",
28-
sha256 = "7fa5a8624b1148c36e09c7fa29ef6ee8b83f865219c9c219c9125aac78924758",
29-
strip_prefix = "bazel-toolchain-c3131a6894804ee586d059c57ffe8e88d44172e1",
30-
url = "https://github.com/grailbio/bazel-toolchain/archive/c3131a6894804ee586d059c57ffe8e88d44172e1.zip",
28+
sha256 = "3cf5ac4bb7dae3776da586fe85685274f5d89cbb59436f50f572928354e72198",
29+
strip_prefix = "bazel-toolchain-70a0fb556662fe3cadb07da32c91e232eb0d883d",
30+
url = "https://github.com/grailbio/bazel-toolchain/archive/70a0fb556662fe3cadb07da32c91e232eb0d883d.zip",
3131
)
3232

3333
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")
@@ -39,7 +39,8 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
3939
llvm_toolchain(
4040
name = "llvm_toolchain",
4141
cxx_standard = {"linux": "c++20"},
42-
llvm_version = "14.0.0",
42+
distribution = "clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz",
43+
llvm_version = "15.0.6",
4344
)
4445

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

0 commit comments

Comments
 (0)