rust/compiler/rustc_target
bors fd9525adb0 Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber
Switch to LLD as default linker for loongarch64-unknown-none*

The [LLD already supports LoongArch](6084ee7420), it's time to switch to LLD as default linker for `loongarch64-unknown-none*`.
2023-08-15 08:50:35 +00:00
..
src Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber 2023-08-15 08:50:35 +00:00
Cargo.toml Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
README.md

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.