Skip to content

Commit ff37b7a

Browse files
committed
ARROW-15497: [C++][Homebrew] Use Clang Tools 12
We upgraded Clang Tools version to 12 from 8 in ARROW-14897. Closes apache#12288 from kou/cpp-homebrew-llvm Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent fcab481 commit ff37b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ brew "git"
2727
brew "glog"
2828
brew "grpc"
2929
brew "llvm"
30-
brew "llvm@8"
30+
brew "llvm@12"
3131
brew "lz4"
3232
brew "minio"
3333
brew "ninja"

0 commit comments

Comments
 (0)