aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE.bazel')
-rw-r--r--WORKSPACE.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
index 2da0cec6..c07582b7 100644
--- a/WORKSPACE.bazel
+++ b/WORKSPACE.bazel
@@ -72,7 +72,7 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
llvm_toolchain(
name = "llvm_toolchain",
- llvm_version = "12.0.0",
+ llvm_version = "13.0.0",
sysroot = {
"linux-x86_64": "@org_chromium_sysroot_linux_x64//:sysroot",
},