brintos

brintos / llvm-project-archived public Read only

0
0
Text · 678 B · 2b9d0d3 Raw
10 lines · plain
1// RUN: %clang -target x86_64-apple-ios13.2-macabi -darwin-target-variant x86_64-apple-macos10.15.3-macos -isysroot %S/Inputs/MacOSX10.15.versioned.sdk -c %s -### 2>&1 \2// RUN:   | FileCheck %s3// RUN: %clang -target x86_64-apple-macos10.15.1 -darwin-target-variant x86_64-apple-ios13.2-macabi  -isysroot %S/Inputs/MacOSX10.15.versioned.sdk -c %s -### 2>&1 \4// RUN:   | FileCheck %s5// RUN: %clang -target x86_64-apple-ios13.2-macabi -darwin-target-variant x86_64-apple-macos10.15-macos -isysroot %S/Inputs/MacOSX10.15.versioned.sdk -c %s -### 2>&1 \6// RUN:   | FileCheck --check-prefix=LOWER %s7 8// CHECK: -fobjc-runtime=macosx-10.15.19// LOWER: -fobjc-runtime=macosx-10.1510