rust/src/librustc_target
Dylan DPC b15423e72e
Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcrichton
Refactor object file handling

Some preliminary clean-ups that grease the path to #66961.

r? @alexcrichton
2020-03-26 21:44:02 +01:00
..
abi Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk 2020-03-25 23:52:57 +01:00
spec Remove TargetOptions::embed_bitcode. 2020-03-25 14:09:27 +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.