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?
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?