Commits


Sutou Kouhei authored and Wes McKinney committed d8bf1948ff1
ARROW-5256: [C++] Add support for LLVM 7.1 LLVM 7.1.0 was released to fix https://llvm.org/PR39427 . It needs ABI breakage. So 7.1.0 isn't 7.0.2. No other big changes exist between 7.1.0 and 7.0.1. So we can support both LLVM 7.1 and 7.0. LLVM 7.1.0 is tested in building deb packages. Changed under dev/tasks/linux-packages/ are for running test in building deb packages. We can't run tests for deb packages of Ubuntu 16.04. Because Ubuntu 16.04's packages are old. So dev/tasks/linux-packages/debian.ubuntu-xenial/ is created. It's based on dev/tasks/linux-packages/debian/ before we change. Author: Sutou Kouhei <kou@clear-code.com> Closes #4453 from kou/cpp-llvm-7.1 and squashes the following commits: 6dbb9f3be <Sutou Kouhei> Add support for LLVM 7.1