-
Notifications
You must be signed in to change notification settings - Fork 78
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
update llir/llvm to support LLVM 15.0 #222
Comments
But since 16 is bumped, I guess release of 15 will be soon? |
Yeah, I think so too. Also, LLVM 16.0 will be an interesting release as it will be the first one to use opaque pointers (instead of typed pointers) by default. This will require a massive change throughout the codebase of From https://llvm.org/docs/OpaquePointers.html#version-support:
|
From https://llvm.org/ LLVM Release Schedule:
|
Re-opening this issue since LLVM 15.0 has not yet been released. |
Yay! Just a quick heads up, I'll be very busy at Uni for the next few months. So. I won't be able to review work on the LLVM 15 release. Cheers, |
ref: #220.
LLVM 15.0 is yet to be released (release candidate at: https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.0-rc1)
TODO: Once released, create a diff as follows:
The text was updated successfully, but these errors were encountered: