blob: 1b849a6d2dfa01808401eb5666247878b496cee4 [file] [log] [blame]
Alex Lorenz25ce33a2019-12-16 16:46:41 -08001// RUN: touch %t.o
2
Alex Lorenzbe88a202019-12-17 14:24:23 -08003// RUN: %clang -target x86_64-apple-macos10.13 -isysroot %S/Inputs/MacOSX10.14.sdk -mlinker-version=0 -### %t.o 2>&1 \
Alex Lorenz25ce33a2019-12-16 16:46:41 -08004// RUN: | FileCheck %s
5// RUN: env SDKROOT=%S/Inputs/MacOSX10.14.sdk %clang -target x86_64-apple-macos10.13.0.1 -mlinker-version=520 -### %t.o 2>&1 \
6// RUN: | FileCheck %s
7
8// CHECK: "-platform_version" "macos" "10.13.0" "10.14"
9
Alex Lorenzbe88a202019-12-17 14:24:23 -080010// RUN: %clang -target x86_64-apple-macos10.13 -mlinker-version=520 -### %t.o 2>&1 \
Alex Lorenz25ce33a2019-12-16 16:46:41 -080011// RUN: | FileCheck --check-prefix=NOSDK %s
12// NOSDK: "-platform_version" "macos" "10.13.0" "0.0.0"