rust/compiler/rustc_target/src
Jonathan Brouwer d23e780a57
Rollup merge of #150966 - arch-powerpc64le, r=petrochenkov
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.
2026-01-14 22:29:57 +01:00
..
asm Rollup merge of #150966 - arch-powerpc64le, r=petrochenkov 2026-01-14 22:29:57 +01:00
callconv rustc_target: Remove unused Arch::PowerPC64LE 2026-01-14 23:12:57 +09:00
spec Rollup merge of #150966 - arch-powerpc64le, r=petrochenkov 2026-01-14 22:29:57 +01:00
json.rs Use serde for target spec json deserialize 2025-07-21 19:32:44 +02:00
lib.rs Handle bootstrap cfgs 2025-12-19 15:04:30 -08:00
target_features.rs rustc_target: Remove unused Arch::PowerPC64LE 2026-01-14 23:12:57 +09:00
tests.rs rustc_target: allow unenumerated architectures 2025-11-04 21:28:28 -05:00