You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-2675: Fix build error with clang-10 (Apple Clang / LLVM)
As mac os X has been updated to the version 10.13.5, XCode has been updated to XCode 9.4 and Command Line Tools have been updated to the version 10.0, the clang version has also been updated to clang-10 (Apple Clang / LLVM) correspondingly. However, Arrow can only be built under clang-9, as shown in the file
https://github.com/apache/arrow/blob/b1d1633c90d20d3cbcbcee9a29c3f057164bb53c/cpp/cmake_modules/CompilerInfo.cmake#L77
So, it's time to update Arrow to support clang-10.
Author: songqing <zhangsongqing164@163.com>
Closes#2106 from songqing/support_clang-10 and squashes the following commits:
980b41a <songqing> support clang-10
0 commit comments