cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

Support for LLVM 16 #38

Closed woodruffw closed 1 year ago

woodruffw commented 1 year ago

Rust 1.70 uses LLVM 16 by default, so support here would be nice!

I'll try and do a PR similar to #25.

woodruffw commented 1 year ago

Opened #39 for this.