Skip to content

Add bootstrap shards for LLVM 19 and 20 #11007

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Apr 16, 2025

These are needed for building PoCL.

BB PR: JuliaPackaging/BinaryBuilderBase.jl#422

@maleadt
Copy link
Member Author

maleadt commented Apr 16, 2025

Something I noted: CMAKE_FLAGS+=(-DLLVM_ENABLE_PROJECTS='clang;polly;lld')

Why are we building Polly?

@maleadt maleadt marked this pull request as draft April 16, 2025 11:55
@@ -204,7 +206,7 @@ function llvm_dependencies(; kwargs...)
return [
Dependency("Zlib_jll"),
Dependency("XML2_jll"),
Copy link
Member

Choose a reason for hiding this comment

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

Uhm, I think we should fix the xml2 version here, maybe depending on the llvm version for backward compatibility: something like xml2 ~2.13 for llvm <=18, and ~2.14 for llvm >= 19

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