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

[C++][Gandiva] Accept LLVM 15 #32963

Closed
asfimport opened this issue Sep 14, 2022 · 4 comments
Closed

[C++][Gandiva] Accept LLVM 15 #32963

asfimport opened this issue Sep 14, 2022 · 4 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 14, 2022

The MinGW C++ builds have started failing very recently with (seemingly) unrelated CMake configuration failures. Example:
https://github.com/apache/arrow/actions/runs/3052791203/jobs/4922591671

This is happened MSYS2 provides LLVM 15 and Apache Arrow C++ doesn't accept LLVM 15 yet.

Reporter: Antoine Pitrou / @pitrou
Assignee: Jin Shang / @js8544

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17728. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
cc @kou

@asfimport
Copy link
Collaborator Author

Jin Shang / @js8544:
I think it's because MSYS2 updated its LLVM version to 15.0.0 a few days ago msys2/MINGW-packages@babbba3 and arrow doesn't accept LLVM 15 yet. I'll submit a PR to fix this.

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
Right. We need to add support for LLVM 15 like ARROW-16105, ARROW-14364 and so on.

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
Issue resolved by pull request 14125
#14125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant