gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.15k stars 39 forks source link

Make cargo-asm functional on FreeBSD #250

Closed kostikbel closed 4 months ago

kostikbel commented 4 months ago

The changes proposed make cargo-asm work on FreeBSD, but really there is nothing FreeBSD specific, the changeset just refreshes some requirements and silence some compiler warnings.

pacak commented 4 months ago

cargo-asm doesn't look to be maintained - last change in this repo was 5 years ago. A maintained alternative is cargo-show-asm.

kostikbel commented 4 months ago

Indeed, cargo-show-asm works out of the box, thanks.