File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ // RUN: not %clang -target x86_64-apple-ios13.0-macabi -c %s -### 2>&1 | \
2+ // RUN: FileCheck --check-prefix=CHECK-ERROR %s
3+ // RUN: not %clang -target x86_64-apple-ios12.0-macabi -c %s -### 2>&1 | \
4+ // RUN: FileCheck --check-prefix=CHECK-ERROR %s
5+
6+ // CHECK-ERROR: error: invalid version number in '-target x86_64-apple-ios
Original file line number Diff line number Diff line change 22// RUN: FileCheck --check-prefix=CHECK-VERSION1 %s
33// RUN: %clang -target x86_64-apple-ios-macabi -c %s -### 2>&1 | \
44// RUN: FileCheck --check-prefix=CHECK-VERSION1 %s
5- // RUN: not %clang -target x86_64-apple-ios13.0-macabi -c %s -### 2>&1 | \
6- // RUN: FileCheck --check-prefix=CHECK-ERROR %s
7- // RUN: not %clang -target x86_64-apple-ios12.0-macabi -c %s -### 2>&1 | \
8- // RUN: FileCheck --check-prefix=CHECK-ERROR %s
95
106// CHECK-VERSION1-NOT: error:
117// CHECK-VERSION1: "x86_64-apple-ios13.1.0-macabi"
12- // CHECK-ERROR: error: invalid version number in '-target x86_64-apple-ios
You can’t perform that action at this time.
0 commit comments