rust/src/librustc_target
2019-09-10 16:41:56 +03:00
..
abi Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
spec Set environment variables for linker instead of sysroot 2019-09-10 16:41:56 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml move store lib probing code to librustc_codegen_ssa 2019-08-08 18:25:47 +02:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06: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 guide.