mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
d23e780a57
rustc_target: Remove unused Arch::PowerPC64LE This variant has been added in https://github.com/rust-lang/rust/pull/147645, but actually unused since target_arch for powerpc64le- targets is "powerpc64". (The difference between powerpc64- and powerpc64le- targets is identified by target_endian.) Note: This is an internal cleanup and does NOT remove `powerpc64le-*` targets.
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.