-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
llvm: update to v19.1.0 #22076
base: master
Are you sure you want to change the base?
llvm: update to v19.1.0 #22076
Conversation
Either disable tests via
Since there is no |
Looks like openmp requires python to build since llvm/llvm-project@88dae3d |
5f7ff40
to
b6658b9
Compare
Thank you. I removed flang from this PR because it depends on the new mlir version. Now CLANG64 fails because of
|
This is looking good so far. But the CLANG64 runner timed out. If that succeeds, you'd need to check if the build artifacts from here can be used to build the remaining LLVM packages. (You might need to check that locally.) If you checked that all of them build correctly, you'd need to go ahead and check if the reverse dependencies already caught up to LLVM 19. That is probably especially the packages that depend on As long as we don't know that the update won't break at one of the steps described above, we probably shouldn't start merging this. |
For |
I could update arrow and spirv-llvm-translator but not zig. The patches do not apply. I don't know what to do with zig. Update to git HEAD? |
you don't have to rush with llvm update |
Oof. The list of packages that are affected by API/ABI changes in some shape or form is longer than I expected:
Some of them are packages from the LLVM monorepo. So, the plan is to update them anyway. For most of the remaining packages, a simple rebuild might be enough. (Probably worth testing though.)
If I'm reading the commit history for the zig package correctly, it was broken for several years and was only fixed in July. Maybe, @raedrizqie has an idea how to proceed with that package. (Maybe, break it again?) |
Maybe just dont rebuild zig after this update, and try rebuild zig on its next version update? |
Fixes #22043.