rustc/debian/rust-llvm.links
Fabian Grünbichler 70778df59b rust-llvm: ship symlink to llvm-objcopy instead of copy of binary
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2025-01-21 11:36:26 +01:00

15 lines
764 B
Plaintext

usr/bin/lld-19 usr/bin/rust-lld
usr/bin/clang-19 usr/bin/rust-clang
usr/bin/llvm-dwp-19 usr/bin/rust-llvm-dwp
# for -Z gcc-ld=lld, see compiler/rustc_codegen_ssa/src/back/link.rs for logic
usr/bin/rust-lld usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/gcc-ld/ld
usr/bin/rust-lld usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/gcc-ld/ld64
# instead of shipping the one copied by bootstrap, which would be for the wrong
# architecture in case of a cross build anyway
usr/bin/llvm-objcopy-19 usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/rust-objcopy
# For applications that use cargo-binutils, e.g. grcov
usr/bin/llvm-profdata-19 usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/llvm-profdata
usr/bin/llvm-cov-19 usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/llvm-cov