File tree 4 files changed +0
-12
lines changed
compiler/rustc_target/src/spec
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1690,12 +1690,8 @@ supported_targets! {
1690
1690
( "x86_64h-apple-darwin" , x86_64h_apple_darwin) ,
1691
1691
( "i686-apple-darwin" , i686_apple_darwin) ,
1692
1692
1693
- // FIXME(#106649): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1694
- ( "aarch64-fuchsia" , aarch64_fuchsia) ,
1695
1693
( "aarch64-unknown-fuchsia" , aarch64_unknown_fuchsia) ,
1696
1694
( "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) ,
1699
1695
( "x86_64-unknown-fuchsia" , x86_64_unknown_fuchsia) ,
1700
1696
1701
1697
( "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 9
9
//@ revisions: aarch64_be_unknown_netbsd
10
10
//@ [aarch64_be_unknown_netbsd] compile-flags: --target aarch64_be-unknown-netbsd
11
11
//@ [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
15
12
//@ revisions: aarch64_kmc_solid_asp3
16
13
//@ [aarch64_kmc_solid_asp3] compile-flags: --target aarch64-kmc-solid_asp3
17
14
//@ [aarch64_kmc_solid_asp3] needs-llvm-components: aarch64
525
522
//@ revisions: x86_64_fortanix_unknown_sgx
526
523
//@ [x86_64_fortanix_unknown_sgx] compile-flags: --target x86_64-fortanix-unknown-sgx
527
524
//@ [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
531
525
//@ revisions: x86_64_linux_android
532
526
//@ [x86_64_linux_android] compile-flags: --target x86_64-linux-android
533
527
//@ [x86_64_linux_android] needs-llvm-components: x86
You can’t perform that action at this time.
0 commit comments