8 lines · c
1// RUN: %clang -target x86_64-apple-ios13.1-macabi -c %s -### 2>&1 | \2// RUN: FileCheck --check-prefix=CHECK-VERSION1 %s3// RUN: %clang -target x86_64-apple-ios-macabi -c %s -### 2>&1 | \4// RUN: FileCheck --check-prefix=CHECK-VERSION1 %s5 6// CHECK-VERSION1-NOT: error:7// CHECK-VERSION1: "x86_64-apple-ios13.1.0-macabi"8