rust-embedded / cargo-binutils

Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
Apache License 2.0
474 stars 41 forks source link

Add rust-as exposing llvm-as #137

Closed mkroening closed 7 months ago

mkroening commented 9 months ago

Closes https://github.com/rust-embedded/cargo-binutils/issues/33.

llvm-as has been available for a while: https://github.com/rust-lang/rust/pull/78968

Emilgardis commented 9 months ago

Looks good! The errors should be fixed separately, and I also have #132 to bump msrv