about summary refs log tree commit diff
path: root/third_party/cpp
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2020-11-27T18·43-0800
committerkanepyork <rikingcoding@gmail.com>2020-11-29T03·02+0000
commit844c84a38a1392a83becb0d6982f14a7d5fec536 (patch)
tree912c59e6b15e50a057c0fc2734dd400125971c69 /third_party/cpp
parent77be22549a436d0869d8f8c91c09e5b3219567b7 (diff)
chore(3p): upgrade llvm to version 11 r/1958
Additionally, anchor clang-tools to match the current llvmPackages version.

Change-Id: I27a199cadb55907c3e2deabfd1d14a5b50fc541b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2166
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/cpp')
-rw-r--r--third_party/cpp/googleapis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cpp/googleapis/default.nix b/third_party/cpp/googleapis/default.nix
index 5fc40ac9f7..32f7d6f9bc 100644
--- a/third_party/cpp/googleapis/default.nix
+++ b/third_party/cpp/googleapis/default.nix
@@ -4,7 +4,7 @@
 
 let
   inherit (pkgs) fetchFromGitHub;
-  stdenv = with pkgs; overrideCC pkgs.stdenv clang_10;
+  stdenv = with pkgs; overrideCC pkgs.stdenv clang_11;
 in stdenv.mkDerivation {
   name = "googleapis-cpp";
   src = ./.;