TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.38k stars 229 forks source link

Support llvm-sys 181.1.1? #530

Open xbjfk opened 3 months ago

xbjfk commented 3 months ago

Is your feature request related to a problem? Please describe. this version of llvm-sys contains significant fixes to the build system for Musl and Mac OS

Describe the solution you'd like update the llvm-sys to 181.1.1

Describe possible drawbacks to your solution not sure, but one signature has been fixed or maybe some people may depend on the old/broken behavior

Describe alternatives you've considered N/A

Additional context N/A

TheDan64 commented 2 months ago

Looks like there's actually a 181.2.0, we should update to that

theoparis commented 1 week ago

Can inkwell support LLVM 19 as well?