rust-secure-code / cargo-auditable

Make production Rust binaries auditable
Apache License 2.0
646 stars 28 forks source link

No way to pass `-C link-arg=` when using both naked LLD and LLD via a compiler wrapper #121

Closed astro closed 1 year ago

astro commented 1 year ago

Problematic project: https://github.com/cloud-hypervisor/rust-hypervisor-firmware

As requested in https://github.com/NixOS/nixpkgs/pull/228106#discussion_r1181321478

Shnatsel commented 1 year ago

This is an issue with the https://github.com/cloud-hypervisor/rust-hypervisor-firmware breaking the -C link-arg= rustc flag. There's nothing that can be done on the cargo auditable side to solve this.