pacak / cargo-show-asm

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

Smarter approach for detecting constants #323

Closed pacak closed 1 month ago

pacak commented 1 month ago

Parse data lines and use them to scan for constants instead of looking for sections

Fixes #315