From a3076ebe2a33e7a7a3b7b3aec5afd725046bc0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Wed, 21 Oct 2020 16:47:01 +0200 Subject: [PATCH 1/2] Pin homebrew LLVM@9 --- cpp/Brewfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/Brewfile b/cpp/Brewfile index 7de6c7deabe..e17ee35de81 100644 --- a/cpp/Brewfile +++ b/cpp/Brewfile @@ -25,8 +25,7 @@ brew "flatbuffers" brew "git" brew "glog" brew "grpc" -brew "llvm" -brew "llvm@8" +brew "llvm@9" brew "lz4" brew "minio" brew "ninja" From 394bc5908b0496de0214adfb1c3de949b1fb1c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 22 Oct 2020 12:35:12 +0200 Subject: [PATCH 2/2] Restore llvm for clang@8 tools --- cpp/Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/Brewfile b/cpp/Brewfile index e17ee35de81..24bab039443 100644 --- a/cpp/Brewfile +++ b/cpp/Brewfile @@ -25,6 +25,7 @@ brew "flatbuffers" brew "git" brew "glog" brew "grpc" +brew "llvm@8" brew "llvm@9" brew "lz4" brew "minio"