dtolnay / cargo-llvm-lines

Count lines of LLVM IR per generic function
Apache License 2.0
414 stars 24 forks source link

feat: Allow running against examples #42

Closed Marwes closed 3 years ago

Marwes commented 3 years ago

When running against a library which uses generics in its API it is often useful to run llvm-lines against its examples to force the instantiation and thereby generation of llvm IR.