mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 04:40:11 +00:00

We need to use LLVM features here. Otherwise we get warnings such as '+paca' is not a recognized feature for this target (ignoring feature)
rustc_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.