GH-49428: [C++][Gandiva] Add support for LLVM 22.1.0#49429
Open
raulcd wants to merge 2 commits intoapache:mainfrom
Open
GH-49428: [C++][Gandiva] Add support for LLVM 22.1.0#49429raulcd wants to merge 2 commits intoapache:mainfrom
raulcd wants to merge 2 commits intoapache:mainfrom
Conversation
Member
Author
|
@github-actions crossbow submit verify-rc-source-cpp-linux-conda-latest-amd64 |
|
Revision: 03d4060 Submitted crossbow builds: ursacomputing/crossbow @ actions-4e898891dc
|
Member
Author
|
@github-actions crossbow submit verify-rc-source-cpp-linux-conda-latest-amd64 |
|
Revision: 7b9135a Submitted crossbow builds: ursacomputing/crossbow @ actions-0b9f3c458a
|
Member
Author
|
@github-actions crossbow submit verify-rc-source-* |
|
Revision: 7b9135a Submitted crossbow builds: ursacomputing/crossbow @ actions-33740b985f |
Member
Author
|
The C GLib & Ruby failure is unrelated. I've opened an issue and submitted a PR to track it and fix it (#49436) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
Some of our CI jobs fail because conda jobs are pulling LLVM 22.1.0 and we are not compatible.
What changes are included in this PR?
Add 22.1.0 as compatible LLVM and minor fix to update the location of PassPlugin.h due to:
Are these changes tested?
Yes via CI
Are there any user-facing changes?
No, the only change is that LLVM 22.1.0 will be supported.