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

Update Kaleidoscope example to LLVM 15 and 16 #459

Closed FnControlOption closed 10 months ago

FnControlOption commented 10 months ago

Description

Related Issue

Todo

How This Has Been Tested

cargo run --features llvm15-0 --example kaleidoscope -- --dc

and

cargo run --features llvm16-0 --example kaleidoscope -- --dc

Checklist