rust/compiler/rustc_target/src/spec
Rémy Rakic 7695e5aeb4 enable rust-lld on x86_64-unknown-linux-gnu when requested
the `rust.lld` config enables rustc's `CFG_USE_SELF_CONTAINED_LINKER` env var, and we:
- set the linker-flavor to use lld
- enable the self-contained linker

this makes the target use the rust-lld linker by default
2024-05-16 16:08:06 +00:00
..
abi Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
base Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox 2024-05-11 08:32:35 +00:00
targets enable rust-lld on x86_64-unknown-linux-gnu when requested 2024-05-16 16:08:06 +00:00
tests LLVM Bitcode Linker: Add as a linker known to the compiler 2024-03-11 13:35:35 +01:00
crt_objects.rs unify LinkSelfContained and LinkSelfContainedDefault 2023-10-18 13:38:17 +00:00
mod.rs enable rust-lld on x86_64-unknown-linux-gnu when requested 2024-05-16 16:08:06 +00:00