@@ -1873,7 +1873,6 @@ crate::target_spec_enum! {
18731873 Nvptx64 = "nvptx64" ,
18741874 PowerPC = "powerpc" ,
18751875 PowerPC64 = "powerpc64" ,
1876- PowerPC64LE = "powerpc64le" ,
18771876 RiscV32 = "riscv32" ,
18781877 RiscV64 = "riscv64" ,
18791878 S390x = "s390x" ,
@@ -1911,7 +1910,6 @@ impl Arch {
19111910 Self :: Nvptx64 => sym:: nvptx64,
19121911 Self :: PowerPC => sym:: powerpc,
19131912 Self :: PowerPC64 => sym:: powerpc64,
1914- Self :: PowerPC64LE => sym:: powerpc64le,
19151913 Self :: RiscV32 => sym:: riscv32,
19161914 Self :: RiscV64 => sym:: riscv64,
19171915 Self :: S390x => sym:: s390x,
@@ -1940,8 +1938,8 @@ impl Arch {
19401938
19411939 AArch64 | AmdGpu | Arm | Arm64EC | Avr | CSky | Hexagon | LoongArch32 | LoongArch64
19421940 | M68k | Mips | Mips32r6 | Mips64 | Mips64r6 | Msp430 | Nvptx64 | PowerPC
1943- | PowerPC64 | PowerPC64LE | RiscV32 | RiscV64 | S390x | Sparc | Sparc64 | Wasm32
1944- | Wasm64 | X86 | X86_64 | Xtensa => true ,
1941+ | PowerPC64 | RiscV32 | RiscV64 | S390x | Sparc | Sparc64 | Wasm32 | Wasm64 | X86
1942+ | X86_64 | Xtensa => true ,
19451943 }
19461944 }
19471945}
@@ -3436,7 +3434,6 @@ impl Target {
34363434 Arch :: Arm64EC => ( Architecture :: Aarch64 , Some ( object:: SubArchitecture :: Arm64EC ) ) ,
34373435 Arch :: AmdGpu
34383436 | Arch :: Nvptx64
3439- | Arch :: PowerPC64LE
34403437 | Arch :: SpirV
34413438 | Arch :: Wasm32
34423439 | Arch :: Wasm64
0 commit comments