GH-49428: [C++][Gandiva] Add support for LLVM 22.1.0#49429
Conversation
|
@github-actions crossbow submit verify-rc-source-cpp-linux-conda-latest-amd64 |
|
Revision: 03d4060 Submitted crossbow builds: ursacomputing/crossbow @ actions-4e898891dc
|
|
@github-actions crossbow submit verify-rc-source-cpp-linux-conda-latest-amd64 |
|
Revision: 7b9135a Submitted crossbow builds: ursacomputing/crossbow @ actions-0b9f3c458a
|
|
@github-actions crossbow submit verify-rc-source-* |
|
Revision: 7b9135a Submitted crossbow builds: ursacomputing/crossbow @ actions-33740b985f |
|
The C GLib & Ruby failure is unrelated. I've opened an issue and submitted a PR to track it and fix it (#49436) |
|
The verification job failure: verify-rc-source-cpp-macos-conda-amd64 is not related but seems like a bug that has been introduce somewhere. I'll open a separate issue for it once this is merged. |
|
@github-actions crossbow submit verify-rc-source-cpp-linux-conda-latest-amd64 |
|
Revision: c6cacd1 Submitted crossbow builds: ursacomputing/crossbow @ actions-b09d2cf06f
|
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c61df29. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
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.