rust/src/librustc_target
kennytm c9870a4fe7
Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton
Pass additional linker flags when targeting Fuchsia

This is a follow up to 8aa9267 which changed the driver to use lld
directly rather than invoking it through Clang. This change ensures
we pass all the necessary flags to lld.
2018-11-24 01:31:59 +08:00
..
abi rustc_target: avoid using AbiAndPrefAlign where possible. 2018-11-22 05:01:49 +02:00
spec Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton 2018-11-24 01:31:59 +08:00
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
Cargo.toml Use IndexVec instead of usize in librustc 2018-11-12 12:33:16 +01:00
lib.rs Use IndexVec instead of usize in librustc 2018-11-12 12:33:16 +01:00
README.md Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +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 guide.