File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 115
115
116
116
// Check arm64 simulators first deployment version adjustment.
117
117
// RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-ios13.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_IOS_SIMULATOR_LINKER %s
118
- // RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-tvos13.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_TVOS_SIMULATOR_LINKER %s
119
- // RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-watchos5.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_WATCHOS_SIMULATOR_LINKER %s
120
118
121
119
122
120
// MACOS_10_15: -platform_version macos 10.9.0 10.15.0
127
125
// X86_MACOS11_LINKER: -platform_version macos 10.16.0
128
126
// X86_64_WATCHOS_SIM_LINKER: -platform_version watchos-simulator 7.0.0
129
127
// ARM64_IOS_SIMULATOR_LINKER: -platform_version ios-simulator 14.0.0
130
- // ARM64_TVOS_SIMULATOR_LINKER: -platform_version tvos-simulator 14.0.0
131
- // ARM64_WATCHOS_SIMULATOR_LINKER: -platform_version watchos-simulator 7.0.0
132
128
133
129
// There are more RUN lines further down in the file.
134
130
You can’t perform that action at this time.
0 commit comments