Version 221.0.0
Version 221.1.0
I'm not sure why, but this function is missing from the versions of llvm-sys that inkwell supports. I imagine there are many other functions like this one that are missing from llvm-sys's API.
That's to be expected between minor versions, but I just think it's odd that inkwell is not supporting a more recent minor version.
This is a barrier that I've just run into while implementing the Orc2 API.
I was using 211.1.0 as a reference for the API, but I didn't realize that it was actually a different surface than the version that inkwell actually uses.
Version 221.0.0
Version 221.1.0
I'm not sure why, but this function is missing from the versions of llvm-sys that inkwell supports. I imagine there are many other functions like this one that are missing from llvm-sys's API.
That's to be expected between minor versions, but I just think it's odd that inkwell is not supporting a more recent minor version.
This is a barrier that I've just run into while implementing the Orc2 API.
I was using 211.1.0 as a reference for the API, but I didn't realize that it was actually a different surface than the version that inkwell actually uses.