cdisselkoen / llvm-ir

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

Add `llvm_version` function (resolves #13) #14

Closed smoelius closed 3 years ago

smoelius commented 3 years ago

Resolves #13

At the risk of over-engineering a simple function, how's this?

(I'm happy to make any changes you prefer.)

smoelius commented 3 years ago

Here too, I'm happy to adjust wording etc. if you have a preference.

smoelius commented 3 years ago

Thank you!