rust/src/librustc_target
Mazdak Farrokhzad 6c7ec18e33
Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton
SGX target: Use linker option to avoid code CGU assignment kludge

cc @VardhanThigle @faern
2019-04-06 00:14:43 +02:00
..
abi rustc_target: factor out common fields of non-Single Variants. 2019-03-29 09:33:48 +02:00
spec Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton 2019-04-06 00:14:43 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml librustc_target => 2018 2019-02-08 21:00:07 +09:00
lib.rs Deny internal lints on non conflicting crates 2019-04-03 18:24:21 +02:00
README.md

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