You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Wes McKinney <we...@gmail.com> on 2020/03/18 01:19:12 UTC

[C++] Arrow toolchains and developer tools upgraded to LLVM 8

Letting everyone know with https://github.com/apache/arrow/pull/6266
being merged, everyone doing C++ development needs to update from
clang*-7 tools to clang*-8, especially clang-format-8, to get your
patches to pass lint checks.

Thanks to Jun, Kou, and Prudhvi for their teamwork on the LLVM upgrade

- Wes