dtolnay / cargo-llvm-lines

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

0.4.7 broke support for passing extra arguments through llvm-lines #39

Closed Mark-Simulacrum closed 4 years ago

Mark-Simulacrum commented 4 years ago

There's quite a bit of argument refactoring in the 0.4.6 to 0.4.7 diff, so I'm not sure of the precise commit, but previously cargo llvm-lines -- -Zverbose for example would've worked, passing the -Zverbose to rustc (like cargo rustc does). perf.rust-lang.org used this support.

I think this was likely unintentional -- perhaps we could re-add that support?

dtolnay commented 4 years ago

Sorry about the breakage. This was not intentional. Fixed in 0.4.9.