-
Notifications
You must be signed in to change notification settings - Fork 43
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
Generate julia wrappers for LLVM19 #503
base: master
Are you sure you want to change the base?
Conversation
This also needs adjusting, or it won't use the wrappers: Lines 42 to 44 in ef63865
|
Version check is updated and so is the constant expression wrapper code. |
Great, thanks. Testing on JuliaLang/julia#56130, there's a couple of test failures though:
None of those look related to the support library, so in the meantime I'll bump that on Yggdrasil. |
Those seems to be llvm/llvm-project@e390c22 ? |
See below for the difference from 18.
AFAICT, the only breaking change that's used in this repo is the removal of fcmp, icmp and shl constant expressions.
Difference between 18 and 19