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

Drop support for LLVM 16 in main #8358

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Drop support for LLVM 16 in main #8358

merged 2 commits into from
Jul 29, 2024

Conversation

steven-johnson
Copy link
Contributor

Per policy, Halide 19 will support LLVM 17, 18, 19 (plus top-of-tree which is 20)

Per policy, Halide 19 will support LLVM 17, 18, 19 (plus top-of-tree which is 20)
Copy link
Member

@alexreinking alexreinking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woot!

@alexreinking
Copy link
Member

Should probably update this, too, but my forthcoming build updates will handle this anyway:

if (LLVM_PACKAGE_VERSION VERSION_LESS 16.0)
message(FATAL_ERROR "LLVM version must be 16.0 or newer")
endif ()

@steven-johnson steven-johnson merged commit 15c181f into main Jul 29, 2024
18 of 19 checks passed
@steven-johnson steven-johnson deleted the srj/drop-llvm-16 branch July 29, 2024 21:04
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