Files
rust/compiler/rustc_target
Matthias Krüger 5a875b8580 Rollup merge of #148499 - kjetilkjeka:nvptx_default_linker_llbc, r=madsmtm
Nvptx: Use llbc as default linker

The implementation of [MCP: Use `llvm-bitcode-linker` as the default linker for `nvptx64-nvidia-cuda`](https://github.com/rust-lang/compiler-team/issues/927)
2025-12-20 13:46:00 +01:00
..
2025-09-12 20:53:28 +02:00

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.