This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-14
lines changed
compiler/rustc_target/src/spec Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1690,12 +1690,8 @@ supported_targets! {
16901690 ( "x86_64h-apple-darwin" , x86_64h_apple_darwin) ,
16911691 ( "i686-apple-darwin" , i686_apple_darwin) ,
16921692
1693- // FIXME(#106649): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1694- ( "aarch64-fuchsia" , aarch64_fuchsia) ,
16951693 ( "aarch64-unknown-fuchsia" , aarch64_unknown_fuchsia) ,
16961694 ( "riscv64gc-unknown-fuchsia" , riscv64gc_unknown_fuchsia) ,
1697- // FIXME(#106649): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
1698- ( "x86_64-fuchsia" , x86_64_fuchsia) ,
16991695 ( "x86_64-unknown-fuchsia" , x86_64_unknown_fuchsia) ,
17001696
17011697 ( "avr-unknown-gnu-atmega328" , avr_unknown_gnu_atmega328) ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ target | std | notes
138138[ ` aarch64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | ARM64 iOS
139139[ ` aarch64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on ARM64
140140[ ` aarch64-apple-ios-sim ` ] ( platform-support/apple-ios.md ) | ✓ | Apple iOS Simulator on ARM64
141- ` aarch64-fuchsia ` | ✓ | Alias for ` aarch64-unknown-fuchsia `
142141[ ` aarch64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | ARM64 Fuchsia
143142[ ` aarch64-linux-android ` ] ( platform-support/android.md ) | ✓ | ARM64 Android
144143[ ` aarch64-pc-windows-gnullvm ` ] ( platform-support/pc-windows-gnullvm.md ) | ✓ | ARM64 MinGW (Windows 10+), LLVM ABI
@@ -199,7 +198,6 @@ target | std | notes
199198[ ` x86_64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | 64-bit x86 iOS
200199[ ` x86_64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on x86_64
201200[ ` x86_64-fortanix-unknown-sgx ` ] ( platform-support/x86_64-fortanix-unknown-sgx.md ) | ✓ | [ Fortanix ABI] for 64-bit Intel SGX
202- ` x86_64-fuchsia ` | ✓ | Alias for ` x86_64-unknown-fuchsia `
203201[ ` x86_64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | 64-bit x86 Fuchsia
204202[ ` x86_64-linux-android ` ] ( platform-support/android.md ) | ✓ | 64-bit x86 Android
205203` x86_64-pc-solaris ` | ✓ | 64-bit Solaris 11, illumos
Original file line number Diff line number Diff line change 99//@ revisions: aarch64_be_unknown_netbsd
1010//@ [aarch64_be_unknown_netbsd] compile-flags: --target aarch64_be-unknown-netbsd
1111//@ [aarch64_be_unknown_netbsd] needs-llvm-components: aarch64
12- //@ revisions: aarch64_fuchsia
13- //@ [aarch64_fuchsia] compile-flags: --target aarch64-fuchsia
14- //@ [aarch64_fuchsia] needs-llvm-components: aarch64
1512//@ revisions: aarch64_kmc_solid_asp3
1613//@ [aarch64_kmc_solid_asp3] compile-flags: --target aarch64-kmc-solid_asp3
1714//@ [aarch64_kmc_solid_asp3] needs-llvm-components: aarch64
525522//@ revisions: x86_64_fortanix_unknown_sgx
526523//@ [x86_64_fortanix_unknown_sgx] compile-flags: --target x86_64-fortanix-unknown-sgx
527524//@ [x86_64_fortanix_unknown_sgx] needs-llvm-components: x86
528- //@ revisions: x86_64_fuchsia
529- //@ [x86_64_fuchsia] compile-flags: --target x86_64-fuchsia
530- //@ [x86_64_fuchsia] needs-llvm-components: x86
531525//@ revisions: x86_64_linux_android
532526//@ [x86_64_linux_android] compile-flags: --target x86_64-linux-android
533527//@ [x86_64_linux_android] needs-llvm-components: x86
You can’t perform that action at this time.
0 commit comments