annotate clang/test/Driver/darwin-ld-platform-version-tvos.c @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 0572611fdcc8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: touch %t.o
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 // RUN: %clang -target arm64-apple-tvos12.3 -isysroot %S/Inputs/iPhoneOS13.0.sdk -mlinker-version=520 -### %t.o 2>&1 \
anatofuz
parents:
diff changeset
4 // RUN: | FileCheck %s
anatofuz
parents:
diff changeset
5 // RUN: %clang -target x86_64-apple-tvos13-simulator -isysroot %S/Inputs/iPhoneOS13.0.sdk -mlinker-version=520 -### %t.o 2>&1 \
anatofuz
parents:
diff changeset
6 // RUN: | FileCheck --check-prefix=SIMUL %s
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 // CHECK: "-platform_version" "tvos" "12.3.0" "13.0"
anatofuz
parents:
diff changeset
9 // SIMUL: "-platform_version" "tvos-simulator" "13.0.0" "13.0"