File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
2
- // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-64 - -input-file=%t-64.layout %s
2
+ // RUN: FileCheck --input-file=%t-64.layout %s
3
3
// RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
4
- // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-32 - -input-file=%t-32.layout %s
4
+ // RUN: FileCheck --input-file=%t-32.layout %s
5
5
// rdar://12184410
6
6
7
7
void x (id y) {}
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -fblocks -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
2
- // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-64 - -input-file=%t-64.layout %s
2
+ // RUN: FileCheck --input-file=%t-64.layout %s
3
3
// RUN: %clang_cc1 -fblocks -fobjc-runtime-has-weak -fobjc-arc -triple i386-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
4
- // RUN: FileCheck -check-prefix=CHECK -check-prefix=CHECK-32 - -input-file=%t-32.layout %s
4
+ // RUN: FileCheck --input-file=%t-32.layout %s
5
5
// rdar://12184410
6
6
// rdar://12184410
7
7
You can’t perform that action at this time.
0 commit comments