Skip to content

Commit cb983eb

Browse files
authored
Update llvm to 15.0.6 (#44)
1 parent 12887c4 commit cb983eb

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
@@ -40,9 +40,9 @@ hedron_compile_commands_setup()
4040

4141
http_archive(
4242
name = "com_grail_bazel_toolchain",
43-
sha256 = "053eced1289d18848e31d8ba90e9ad18787bb1fd27a1af44cce3779b7d228543",
44-
strip_prefix = "bazel-toolchain-ca198e2ea6f229011351155339a61badf617998e",
45-
url = "https://github.com/grailbio/bazel-toolchain/archive/ca198e2ea6f229011351155339a61badf617998e.zip",
43+
sha256 = "3cf5ac4bb7dae3776da586fe85685274f5d89cbb59436f50f572928354e72198",
44+
strip_prefix = "bazel-toolchain-70a0fb556662fe3cadb07da32c91e232eb0d883d",
45+
url = "https://github.com/grailbio/bazel-toolchain/archive/70a0fb556662fe3cadb07da32c91e232eb0d883d.zip",
4646
)
4747

4848
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")
@@ -54,7 +54,8 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
5454
llvm_toolchain(
5555
name = "llvm_toolchain",
5656
cxx_standard = {"linux": "c++20"},
57-
llvm_version = "14.0.0",
57+
distribution = "clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz",
58+
llvm_version = "15.0.6",
5859
)
5960

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

0 commit comments

Comments
 (0)