You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds preliminary support for LLVM 19 to Inkwell, the library that we use to interact with LLVM during the compilation process. We do not want to be depending on a fork for longer than necessary, so once that PR is merged we should update our git dependency to refer to the official Inkwell repository even absent a release with this support.
Spec
Update our Inkwell dependency to refer to the official repository when possible.
Update our Inkwell dependency to an official release when possible.
The text was updated successfully, but these errors were encountered:
Description
This PR adds preliminary support for LLVM 19 to Inkwell, the library that we use to interact with LLVM during the compilation process. We do not want to be depending on a fork for longer than necessary, so once that PR is merged we should update our git dependency to refer to the official Inkwell repository even absent a release with this support.
Spec
The text was updated successfully, but these errors were encountered: