rustc/debian/rust-llvm.links
Fabian Grünbichler ae844052dd switch to LLVM 18
and bump wasi-libc B-D to pick up the one rebuilt with LLVM 18.
2024-09-09 14:16:28 +02:00

10 lines
552 B
Plaintext

usr/bin/lld-18 usr/bin/rust-lld
usr/bin/clang-18 usr/bin/rust-clang
usr/bin/llvm-dwp-18 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
# For applications that use cargo-binutils, e.g. grcov
usr/bin/llvm-profdata-18 usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/llvm-profdata
usr/bin/llvm-cov-18 usr/lib/rustlib/${env:DEB_HOST_RUST_TYPE}/bin/llvm-cov