rust/src/librustc_target
Ralf Jung 344095715f
Rollup merge of #73086 - trevyn:apple-a7, r=nikic
Rename "cyclone" to "apple-a7" per changes in upstream LLVM

It looks like they intended to keep "cyclone" as a legacy option, but removed it from the list of subtarget features. This created a flood of warnings when targeting aarch64-apple-ios, and probably also created incorrectly optimized artifacts.

See:
https://reviews.llvm.org/D70779
https://reviews.llvm.org/D70779#C1703593NL568

LLVM 10 merged into master at:
https://github.com/rust-lang/rust/pull/67759
2020-06-15 12:01:05 +02:00
..
abi [AVR] Update ABI type classification logic to match the the AVR-Clang ABI 2020-06-09 17:41:04 +12:00
asm Added comment on there being no predefined registers 2020-05-24 08:20:40 +02:00
spec Rollup merge of #73086 - trevyn:apple-a7, r=nikic 2020-06-15 12:01:05 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
lib.rs Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -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 dev guide.