2019-12-17 08:46:41 +08:00
|
|
|
// RUN: touch %t.o
|
|
|
|
|
2019-12-18 06:24:23 +08:00
|
|
|
// RUN: %clang -target arm64_32-apple-watchos5.2 -isysroot %S/Inputs/WatchOS6.0.sdk -mlinker-version=520 -### %t.o 2>&1 \
|
2019-12-17 08:46:41 +08:00
|
|
|
// RUN: | FileCheck %s
|
2019-12-18 06:24:23 +08:00
|
|
|
// RUN: %clang -target x86_64-apple-watchos6-simulator -isysroot %S/Inputs/WatchOS6.0.sdk -mlinker-version=520 -### %t.o 2>&1 \
|
2019-12-17 08:46:41 +08:00
|
|
|
// RUN: | FileCheck --check-prefix=SIMUL %s
|
|
|
|
|
|
|
|
// CHECK: "-platform_version" "watchos" "5.2.0" "6.0.0"
|
|
|
|
// SIMUL: "-platform_version" "watchos-simulator" "6.0.0" "6.0.0"
|