|
1 |
| -//@ add-core-stubs |
2 |
| -//@ revisions: aarch64_apple_darwin |
3 |
| -//@ [i686_apple_darwin] compile-flags: --target i686-apple-darwin |
4 |
| -//@ [i686_apple_darwin] needs-llvm-components: x86 |
| 1 | +// ignore-tidy-linelength |
| 2 | +// //@ revisions: i686_apple_darwin |
| 3 | +// //@ [i686_apple_darwin] compile-flags: --target i686-apple-darwin |
| 4 | +// //@ [i686_apple_darwin] needs-llvm-components: x86 |
| 5 | +//@ revisions: x86_64_apple_darwin |
5 | 6 | //@ [x86_64_apple_darwin] compile-flags: --target x86_64-apple-darwin
|
6 | 7 | //@ [x86_64_apple_darwin] needs-llvm-components: x86
|
| 8 | +//@ revisions: aarch64_apple_darwin |
7 | 9 | //@ [aarch64_apple_darwin] compile-flags: --target aarch64-apple-darwin
|
8 | 10 | //@ [aarch64_apple_darwin] needs-llvm-components: aarch64
|
9 |
| -//@ [i386_apple_ios] compile-flags: --target i386-apple-ios |
10 |
| -//@ [i386_apple_ios] needs-llvm-components: x86 |
11 |
| -//@ [x86_64_apple_ios] compile-flags: --target x86_64-apple-ios |
12 |
| -//@ [x86_64_apple_ios] needs-llvm-components: x86 |
13 |
| -//@ [armv7s_apple_ios] compile-flags: --target armv7s-apple-ios |
14 |
| -//@ [armv7s_apple_ios] needs-llvm-components: arm |
15 |
| -//@ [aarch64_apple_ios] compile-flags: --target aarch64-apple-ios |
16 |
| -//@ [aarch64_apple_ios] needs-llvm-components: aarch64 |
17 |
| -//@ [aarch64_apple_ios_sim] compile-flags: --target aarch64-apple-ios-sim |
18 |
| -//@ [aarch64_apple_ios_sim] needs-llvm-components: aarch64 |
| 11 | +// //@ revisions: i386_apple_ios |
| 12 | +// //@ [i386_apple_ios] compile-flags: --target i386-apple-ios |
| 13 | +// //@ [i386_apple_ios] needs-llvm-components: x86 |
| 14 | +// //@ revisions: x86_64_apple_ios |
| 15 | +// //@ [x86_64_apple_ios] compile-flags: --target x86_64-apple-ios |
| 16 | +// //@ [x86_64_apple_ios] needs-llvm-components: x86 |
| 17 | +// //@ revisions: armv7s_apple_ios |
| 18 | +// //@ [armv7s_apple_ios] compile-flags: --target armv7s-apple-ios |
| 19 | +// //@ [armv7s_apple_ios] needs-llvm-components: arm |
| 20 | +// //@ revisions: aarch64_apple_ios |
| 21 | +// //@ [aarch64_apple_ios] compile-flags: --target aarch64-apple-ios |
| 22 | +// //@ [aarch64_apple_ios] needs-llvm-components: aarch64 |
| 23 | +// //@ revisions: aarch64_apple_ios_sim |
| 24 | +// //@ [aarch64_apple_ios_sim] compile-flags: --target aarch64-apple-ios-sim |
| 25 | +// //@ [aarch64_apple_ios_sim] needs-llvm-components: aarch64 |
19 | 26 |
|
20 | 27 | #![crate_type = "lib"]
|
21 | 28 | #![feature(darwin_objc)]
|
|
0 commit comments