rust/src/librustc_target
Johannes Nixdorf bf3b8df697 musl: don't use the included startfiles with -crt-static
This fixes (only for -crt-static) #36710.
2018-05-31 12:01:50 +02:00
..
abi Replace ScalarKind with Primitive 2018-05-24 20:49:37 +02:00
spec musl: don't use the included startfiles with -crt-static 2018-05-31 12:01:50 +02:00
build.rs
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01: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.