rust/compiler/rustc_target/src
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 Improved the documentation of the FnAbi struct 2024-05-15 20:32:27 +02:00
asm Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
spec enable rust-lld on x86_64-unknown-linux-gnu when requested 2024-05-16 16:08:06 +00:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Remove unused step_trait feature. 2024-05-08 11:00:19 +10:00
target_features.rs Stabilize Wasm phase 4 & 5 proposals 2024-04-18 12:51:02 +02:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00