pacak / cargo-show-asm

cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Apache License 2.0
710 stars 33 forks source link

Support multiple compilation units by asking cargo #334

Open pacak opened 1 week ago

pacak commented 1 week ago

Cargo should be able to give rustc line it is going to use, cargo-show-asm can use that and call rustc directly. If compilation fails - a possible fallback is to run cargo as usual.