rust/src/librustc_target
kennytm 1fad057e2e
Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton
Omit the vendor component in Fuchsia triple

Previously, using unknown as the vendor value would lead to the same
result, but with the multiarch runtimes support in Clang, the target is
now used to locate the runtime libraries and so the format is important.
The denormalized format with omitted vendor component is the format we
use with Clang and should be using for Rust as well.
2018-07-28 16:25:02 +08:00
..
abi sparc ABI issue - structure returning from function is returned 2018-07-26 03:58:00 -07:00
spec Omit the vendor component in Fuchsia triple 2018-07-26 23:52:00 -07:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
README.md Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
lib.rs Deny bare_trait_objects globally 2018-07-25 10:25:29 +09: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.