From 176da27c244a290db83857b621aec3842691e3da Mon Sep 17 00:00:00 2001 From: Oliver Lee Date: Wed, 14 Jun 2023 18:17:04 -0700 Subject: [PATCH] Upgrade to LLVM 16.0.4 Change-Id: Ic2dde15f5766a3e706cf29138030e604b4a385c9 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index efd35d4..5af5fe8 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -52,11 +52,11 @@ bootlin_toolchain( libc_impl = "glibc", ) -BAZEL_TOOLCHAIN_VERSION = "41ff2a05c0beff439bad7acfd564e6827e34b13b" +BAZEL_TOOLCHAIN_VERSION = "c65ef7a45907016a754e5bf5bfabac76eb702fd3" http_archive( name = "bazel_toolchain", - sha256 = "52b09a61b9a03f4e0994402243a03018a858da6a5774de898f99e344520e9a25", + sha256 = "c70777b0aa877085323aa1ced3b6e011811a9800092e837043aa5f678d838301", strip_prefix = "bazel-toolchain-%s" % BAZEL_TOOLCHAIN_VERSION, url = "https://github.com/grailbio/bazel-toolchain/archive/%s.tar.gz" % BAZEL_TOOLCHAIN_VERSION, ) @@ -84,7 +84,7 @@ llvm_toolchain( "": ["--driver-mode=g++"], }, linux_x86_64_sysroot = "@gcc_12_2_toolchain_files//x86_64-buildroot-linux-gnu/sysroot", - llvm_version = "16.0.0", + llvm_version = "16.0.4", ) # register llvm first, it has better error messages