rust/compiler/rustc_target
Vadim Petrochenkov a0e21ff105 rustc_target: Refactor internal linker flavors slightly
Remove one unstable user-facing linker flavor (l4-bender)
2022-09-01 16:54:52 +03:00
..
src rustc_target: Refactor internal linker flavors slightly 2022-09-01 16:54:52 +03:00
Cargo.toml
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.