Skip to content

Commit 34b7d0f

Browse files
committed
comment out harder-to-test codegen-llvm/darwin-objc.rs revisions
1 parent cb6ed96 commit 34b7d0f

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

tests/codegen-llvm/darwin-objc.rs

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
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
56
//@ [x86_64_apple_darwin] compile-flags: --target x86_64-apple-darwin
67
//@ [x86_64_apple_darwin] needs-llvm-components: x86
8+
//@ revisions: aarch64_apple_darwin
79
//@ [aarch64_apple_darwin] compile-flags: --target aarch64-apple-darwin
810
//@ [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
1926

2027
#![crate_type = "lib"]
2128
#![feature(darwin_objc)]

0 commit comments

Comments
 (0)