1
1
// assembly-output: emit-asm
2
2
// ignore-tidy-linelength
3
- // revisions: aarch64_apple_darwin
4
- // [aarch64_apple_darwin] compile-flags: --target aarch64-apple-darwin
5
- // [aarch64_apple_darwin] needs-llvm-components: aarch64
6
- // revisions: aarch64_apple_ios
7
- // [aarch64_apple_ios] compile-flags: --target aarch64-apple-ios
8
- // [aarch64_apple_ios] needs-llvm-components: aarch64
9
- // revisions: aarch64_apple_ios_macabi
10
- // [aarch64_apple_ios_macabi] compile-flags: --target aarch64-apple-ios-macabi
11
- // [aarch64_apple_ios_macabi] needs-llvm-components: aarch64
12
- // revisions: aarch64_apple_ios_sim
13
- // [aarch64_apple_ios_sim] compile-flags: --target aarch64-apple-ios-sim
14
- // [aarch64_apple_ios_sim] needs-llvm-components: aarch64
15
- // revisions: aarch64_apple_tvos
16
- // [aarch64_apple_tvos] compile-flags: --target aarch64-apple-tvos
17
- // [aarch64_apple_tvos] needs-llvm-components: aarch64
18
- // revisions: aarch64_apple_tvos_sim
19
- // [aarch64_apple_tvos_sim] compile-flags: --target aarch64-apple-tvos-sim
20
- // [aarch64_apple_tvos_sim] needs-llvm-components: aarch64
21
- // revisions: aarch64_apple_watchos
22
- // [aarch64_apple_watchos] compile-flags: --target aarch64-apple-watchos
23
- // [aarch64_apple_watchos] needs-llvm-components: aarch64
24
- // revisions: aarch64_apple_watchos_sim
25
- // [aarch64_apple_watchos_sim] compile-flags: --target aarch64-apple-watchos-sim
26
- // [aarch64_apple_watchos_sim] needs-llvm-components: aarch64
27
3
// revisions: aarch64_be_unknown_linux_gnu
28
4
// [aarch64_be_unknown_linux_gnu] compile-flags: --target aarch64_be-unknown-linux-gnu
29
5
// [aarch64_be_unknown_linux_gnu] needs-llvm-components: aarch64
93
69
// revisions: aarch64_wrs_vxworks
94
70
// [aarch64_wrs_vxworks] compile-flags: --target aarch64-wrs-vxworks
95
71
// [aarch64_wrs_vxworks] needs-llvm-components: aarch64
96
- // revisions: arm64_32_apple_watchos
97
- // [arm64_32_apple_watchos] compile-flags: --target arm64_32-apple-watchos
98
- // [arm64_32_apple_watchos] needs-llvm-components: aarch64
99
- // revisions: arm64e_apple_darwin
100
- // [arm64e_apple_darwin] compile-flags: --target arm64e-apple-darwin
101
- // [arm64e_apple_darwin] needs-llvm-components: aarch64
102
- // revisions: arm64e_apple_ios
103
- // [arm64e_apple_ios] compile-flags: --target arm64e-apple-ios
104
- // [arm64e_apple_ios] needs-llvm-components: aarch64
105
72
// revisions: arm_linux_androideabi
106
73
// [arm_linux_androideabi] compile-flags: --target arm-linux-androideabi
107
74
// [arm_linux_androideabi] needs-llvm-components: arm
201
168
// revisions: armv7a_none_eabihf
202
169
// [armv7a_none_eabihf] compile-flags: --target armv7a-none-eabihf
203
170
// [armv7a_none_eabihf] needs-llvm-components: arm
204
- // revisions: armv7k_apple_watchos
205
- // [armv7k_apple_watchos] compile-flags: --target armv7k-apple-watchos
206
- // [armv7k_apple_watchos] needs-llvm-components: arm
207
171
// revisions: armv7r_none_eabi
208
172
// [armv7r_none_eabi] compile-flags: --target armv7r-none-eabi
209
173
// [armv7r_none_eabi] needs-llvm-components: arm
210
174
// revisions: armv7r_none_eabihf
211
175
// [armv7r_none_eabihf] compile-flags: --target armv7r-none-eabihf
212
176
// [armv7r_none_eabihf] needs-llvm-components: arm
213
- // revisions: armv7s_apple_ios
214
- // [armv7s_apple_ios] compile-flags: --target armv7s-apple-ios
215
- // [armv7s_apple_ios] needs-llvm-components: arm
216
177
// FIXME: disabled since it fails on CI saying the csky component is missing
217
178
/*
218
179
revisions: csky_unknown_linux_gnuabiv2
228
189
// revisions: hexagon_unknown_none_elf
229
190
// [hexagon_unknown_none_elf] compile-flags: --target hexagon-unknown-none-elf
230
191
// [hexagon_unknown_none_elf] needs-llvm-components: hexagon
231
- // revisions: i386_apple_ios
232
- // [i386_apple_ios] compile-flags: --target i386-apple-ios
233
- // [i386_apple_ios] needs-llvm-components: x86
234
192
// revisions: i586_pc_nto_qnx700
235
193
// [i586_pc_nto_qnx700] compile-flags: --target i586-pc-nto-qnx700
236
194
// [i586_pc_nto_qnx700] needs-llvm-components: x86
243
201
// revisions: i586_unknown_netbsd
244
202
// [i586_unknown_netbsd] compile-flags: --target i586-unknown-netbsd
245
203
// [i586_unknown_netbsd] needs-llvm-components: x86
246
- // revisions: i686_apple_darwin
247
- // [i686_apple_darwin] compile-flags: --target i686-apple-darwin
248
- // [i686_apple_darwin] needs-llvm-components: x86
249
204
// revisions: i686_linux_android
250
205
// [i686_linux_android] compile-flags: --target i686-linux-android
251
206
// [i686_linux_android] needs-llvm-components: x86
537
492
// revisions: wasm32_wasi_preview2
538
493
// [wasm32_wasi_preview2] compile-flags: --target wasm32-wasi-preview2
539
494
// [wasm32_wasi_preview2] needs-llvm-components: webassembly
540
- // revisions: x86_64_apple_darwin
541
- // [x86_64_apple_darwin] compile-flags: --target x86_64-apple-darwin
542
- // [x86_64_apple_darwin] needs-llvm-components: x86
543
- // revisions: x86_64_apple_ios
544
- // [x86_64_apple_ios] compile-flags: --target x86_64-apple-ios
545
- // [x86_64_apple_ios] needs-llvm-components: x86
546
- // revisions: x86_64_apple_ios_macabi
547
- // [x86_64_apple_ios_macabi] compile-flags: --target x86_64-apple-ios-macabi
548
- // [x86_64_apple_ios_macabi] needs-llvm-components: x86
549
- // revisions: x86_64_apple_tvos
550
- // [x86_64_apple_tvos] compile-flags: --target x86_64-apple-tvos
551
- // [x86_64_apple_tvos] needs-llvm-components: x86
552
- // revisions: x86_64_apple_watchos_sim
553
- // [x86_64_apple_watchos_sim] compile-flags: --target x86_64-apple-watchos-sim
554
- // [x86_64_apple_watchos_sim] needs-llvm-components: x86
555
495
// revisions: x86_64_fortanix_unknown_sgx
556
496
// [x86_64_fortanix_unknown_sgx] compile-flags: --target x86_64-fortanix-unknown-sgx
557
497
// [x86_64_fortanix_unknown_sgx] needs-llvm-components: x86
618
558
// revisions: x86_64_wrs_vxworks
619
559
// [x86_64_wrs_vxworks] compile-flags: --target x86_64-wrs-vxworks
620
560
// [x86_64_wrs_vxworks] needs-llvm-components: x86
621
- // revisions: x86_64h_apple_darwin
622
- // [x86_64h_apple_darwin] compile-flags: --target x86_64h-apple-darwin
623
- // [x86_64h_apple_darwin] needs-llvm-components: x86
624
561
625
562
// Sanity-check that each target can produce assembly code.
626
563
@@ -636,4 +573,4 @@ pub fn test() -> u8 {
636
573
42
637
574
}
638
575
639
- // CHECK: .section
576
+ // CHECK: .text
0 commit comments