rust/src/librustc_target
Nicholas Nethercote 02840ca8ab Remove no_integrated_as mode.
Specifically, remove both `-Z no_integrated_as` and
`TargetOptions::no_integrated_as`. The latter was only used for the
`msp430_none_elf` platform, for which it's no longer required.
2020-03-27 11:59:10 +11:00
..
abi Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk 2020-03-25 23:52:57 +01:00
spec Remove no_integrated_as mode. 2020-03-27 11:59:10 +11:00
build.rs
Cargo.toml
lib.rs Add requisite feature gates for const assert 2020-03-17 11:15:40 -07:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00

librustc_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.