dtolnay / cargo-llvm-lines

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

Fix things up so `cargo llvm-lines` can be used in `rustc-perf` #20

Closed nnethercote closed 4 years ago

nnethercote commented 4 years ago

In https://github.com/rust-lang/rustc-perf/pull/663 I have added support for cargo llvm-lines in rustc-perf. This PR contains the fixes I had to make to get it working on all the benchmarks.