2012-05-10 02:09:58 +08:00
|
|
|
// RUN: touch %t.o
|
2019-12-17 08:46:41 +08:00
|
|
|
// RUN: %clang -target x86_64-apple-macosx10.4 -mlinker-version=400 -### %t.o 2> %t.log
|
|
|
|
// RUN: %clang -target x86_64-apple-darwin9 -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target x86_64-apple-macosx10.7 -mlinker-version=400 -### %t.o 2>> %t.log
|
2012-05-10 02:09:58 +08:00
|
|
|
//
|
2019-12-17 08:46:41 +08:00
|
|
|
// RUN: %clang -target armv7-apple-ios -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target armv7-apple-ios0.0 -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target armv7-apple-ios1.2.3 -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target armv7-apple-ios5.0 -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target armv7-apple-ios7.0 -mlinker-version=400 -### %t.o 2>> %t.log
|
|
|
|
// RUN: %clang -target arm64-apple-ios -mlinker-version=400 -### %t.o 2>> %t.log
|
2012-05-10 02:09:58 +08:00
|
|
|
//
|
|
|
|
// RUN: FileCheck %s < %t.log
|
|
|
|
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -macosx_version_min
|
|
|
|
// CHECK: 10.4.0
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -macosx_version_min
|
|
|
|
// CHECK: 10.5.0
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -macosx_version_min
|
|
|
|
// CHECK: 10.7.0
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
2013-12-10 19:53:25 +08:00
|
|
|
// CHECK: 5.0.0
|
2012-05-10 02:09:58 +08:00
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
2013-12-10 19:53:25 +08:00
|
|
|
// CHECK: 5.0.0
|
2012-05-10 02:09:58 +08:00
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
|
|
|
// CHECK: 1.2.3
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
2014-03-29 23:09:45 +08:00
|
|
|
// CHECK: 5.0.0
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
|
|
|
// CHECK: 7.0.0
|
|
|
|
// CHECK: {{ld(.exe)?"}}
|
|
|
|
// CHECK: -iphoneos_version_min
|
2013-12-10 19:53:25 +08:00
|
|
|
// CHECK: 7.0.0
|