-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-34768: [C++][Gandiva] Accept LLVM 16 #34916
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
Conversation
|
+1 |
|
Benchmark runs are scheduled for baseline = 8d8d21f and contender = 6530b01. 6530b01 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
### Rationale for this change LLVM 16 has been released. ### What changes are included in this PR? Accept LLVM 16. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34768 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Small follow-up on apache#34916 to remove this temporary pin now LLVM 16 is accepted * Closes: apache#34768 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
### Rationale for this change LLVM 16 has been released. ### What changes are included in this PR? Accept LLVM 16. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34768 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Small follow-up on apache#34916 to remove this temporary pin now LLVM 16 is accepted * Closes: apache#34768 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Rationale for this change
LLVM 16 has been released.
What changes are included in this PR?
Accept LLVM 16.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.