Skip to content

Commit

Permalink
[BUILD:deps] Update LLVM to 13 -- required for Ubuntu 22.04 (LTS) env…
Browse files Browse the repository at this point in the history
…ironment.

PiperOrigin-RevId: 451480205
  • Loading branch information
cdleary authored and copybara-github committed May 27, 2022
1 parent 0bd622b commit 8013a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")

llvm_toolchain(
name = "llvm_toolchain",
llvm_version = "10.0.0",
llvm_version = "13.0.0",
)

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

0 comments on commit 8013a8b

Please sign in to comment.