Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-10385: [C++][Gandiva] Add support for LLVM 11 #8521

Closed
wants to merge 14 commits into from

Conversation

kou
Copy link
Member

@kou kou commented Oct 24, 2020

LLVM link failures in MinGW build are caused by msys2/MINGW-packages#7170 .
They aren't fixed by this pull request. The problem will be fixed in upstream.

@kou kou mentioned this pull request Oct 24, 2020
@kou
Copy link
Member Author

kou commented Oct 24, 2020

@github-actions crossbow submit -g nightly

@github-actions

This comment has been minimized.

@github-actions
Copy link

@kou kou mentioned this pull request Oct 24, 2020
@kou
Copy link
Member Author

kou commented Oct 24, 2020

@github-actions crossbow submit homebrew-cpp nuget

@kou
Copy link
Member Author

kou commented Oct 24, 2020

Remaining issues:

  • MinGW link error

@github-actions

This comment has been minimized.

@kou
Copy link
Member Author

kou commented Oct 25, 2020

@github-actions crossbow submit -g nightly

@github-actions
Copy link

Revision: f136c6d

Submitted crossbow builds: ursa-labs/crossbow @ actions-679

Task Status
centos-6-amd64 Github Actions
centos-7-aarch64 TravisCI
centos-7-amd64 Github Actions
centos-8-aarch64 TravisCI
centos-8-amd64 Github Actions
conda-clean Azure
conda-linux-gcc-py36-aarch64 Drone
conda-linux-gcc-py36-cpu Azure
conda-linux-gcc-py36-cuda Azure
conda-linux-gcc-py37-aarch64 Drone
conda-linux-gcc-py37-cpu Azure
conda-linux-gcc-py37-cuda Azure
conda-linux-gcc-py38-aarch64 Drone
conda-linux-gcc-py38-cpu Azure
conda-linux-gcc-py38-cuda Azure
conda-osx-clang-py36 Azure
conda-osx-clang-py37 Azure
conda-osx-clang-py38 Azure
conda-win-vs2017-py36 Azure
conda-win-vs2017-py37 Azure
conda-win-vs2017-py38 Azure
debian-buster-amd64 Github Actions
debian-buster-arm64 TravisCI
debian-stretch-amd64 Github Actions
debian-stretch-arm64 TravisCI
example-cpp-minimal-build-static Github Actions
example-cpp-minimal-build-static-system-dependency Github Actions
gandiva-jar-osx TravisCI
gandiva-jar-xenial TravisCI
homebrew-cpp TravisCI
homebrew-r-autobrew TravisCI
nuget Github Actions
test-conda-cpp Github Actions
test-conda-cpp-valgrind Github Actions
test-conda-python-3.6 Github Actions
test-conda-python-3.6-pandas-0.23 Github Actions
test-conda-python-3.7 Github Actions
test-conda-python-3.7-dask-latest Github Actions
test-conda-python-3.7-hdfs-2.9.2 Github Actions
test-conda-python-3.7-kartothek-latest Github Actions
test-conda-python-3.7-kartothek-master Github Actions
test-conda-python-3.7-pandas-latest Github Actions
test-conda-python-3.7-pandas-master Github Actions
test-conda-python-3.7-spark-branch-3.0 Github Actions
test-conda-python-3.7-turbodbc-latest Github Actions
test-conda-python-3.7-turbodbc-master Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-dask-master Github Actions
test-conda-python-3.8-hypothesis Github Actions
test-conda-python-3.8-jpype Github Actions
test-conda-python-3.8-pandas-latest Github Actions
test-conda-python-3.8-spark-master Github Actions
test-conda-r-4.0 Github Actions
test-debian-10-cpp CircleCI
test-debian-10-go-1.12 Azure
test-debian-10-python-3 Azure
test-debian-c-glib CircleCI
test-debian-ruby CircleCI
test-fedora-33-cpp CircleCI
test-fedora-33-python-3 Azure
test-r-linux-as-cran Github Actions
test-r-rhub-ubuntu-gcc-release Azure
test-r-rocker-r-base-latest Azure
test-r-rstudio-r-base-3.6-bionic Azure
test-r-rstudio-r-base-3.6-centos6 Azure
test-r-rstudio-r-base-3.6-centos8 Azure
test-r-rstudio-r-base-3.6-opensuse15 Azure
test-r-rstudio-r-base-3.6-opensuse42 Azure
test-ubuntu-16.04-cpp CircleCI
test-ubuntu-18.04-cpp CircleCI
test-ubuntu-18.04-cpp-cmake32 CircleCI
test-ubuntu-18.04-cpp-release CircleCI
test-ubuntu-18.04-cpp-static CircleCI
test-ubuntu-18.04-docs Azure
test-ubuntu-18.04-python-3 Azure
test-ubuntu-18.04-r-sanitizer Azure
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-c-glib CircleCI
test-ubuntu-ruby Azure
ubuntu-bionic-amd64 Github Actions
ubuntu-bionic-arm64 TravisCI
ubuntu-focal-amd64 Github Actions
ubuntu-focal-arm64 TravisCI
ubuntu-xenial-amd64 Github Actions
ubuntu-xenial-arm64 TravisCI
wheel-manylinux1-cp35m Azure
wheel-manylinux1-cp36m Azure
wheel-manylinux1-cp37m Azure
wheel-manylinux1-cp38 Azure
wheel-manylinux2010-cp35m Azure
wheel-manylinux2010-cp36m Azure
wheel-manylinux2010-cp37m Azure
wheel-manylinux2010-cp38 Azure
wheel-manylinux2014-cp35m Azure
wheel-manylinux2014-cp36m Azure
wheel-manylinux2014-cp37m Azure
wheel-manylinux2014-cp38 Azure
wheel-osx-high-sierra-cp35m TravisCI
wheel-osx-high-sierra-cp36m TravisCI
wheel-osx-high-sierra-cp37m TravisCI
wheel-osx-high-sierra-cp38 TravisCI
wheel-osx-mavericks-cp35m TravisCI
wheel-osx-mavericks-cp36m TravisCI
wheel-osx-mavericks-cp37m TravisCI
wheel-osx-mavericks-cp38 TravisCI
wheel-win-cp35m Appveyor
wheel-win-cp36m Appveyor
wheel-win-cp37m Appveyor
wheel-win-cp38 Appveyor

@kou
Copy link
Member Author

kou commented Oct 25, 2020

MinGW link problem is caused by msys2/MINGW-packages#7170 .
It'll be fixed in upstream.

I'll merge this in a few days if nobody objects it. Because MinGW build is failed without this change because MSYS2 migrates its LLVM to 11 from 10 and LLVM 10 isn't available.

@pprudhvi
Copy link
Contributor

@kou can we merge this?

@kou
Copy link
Member Author

kou commented Oct 27, 2020

OK.
Let's merge this.

@kou kou closed this in cf61fa1 Oct 27, 2020
@kou kou deleted the cpp-llvm-11 branch October 27, 2020 07:03
pprudhvi pushed a commit to pprudhvi/arrow that referenced this pull request Oct 27, 2020
LLVM link failures in MinGW build are caused by msys2/MINGW-packages#7170 .
They aren't fixed by this pull request. The problem will be fixed in upstream.

Closes apache#8521 from kou/cpp-llvm-11

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
ktf pushed a commit to alisw/arrow that referenced this pull request Nov 14, 2020
LLVM link failures in MinGW build are caused by msys2/MINGW-packages#7170 .
They aren't fixed by this pull request. The problem will be fixed in upstream.

Closes apache#8521 from kou/cpp-llvm-11

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
LLVM link failures in MinGW build are caused by msys2/MINGW-packages#7170 .
They aren't fixed by this pull request. The problem will be fixed in upstream.

Closes apache#8521 from kou/cpp-llvm-11

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants