File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22// RUN: %target-swift-frontend -emit-module -emit-module-path %t/weak_import_availability_helper.swiftmodule -parse-as-library %S/Inputs/weak_import_availability_helper.swift -enable-library-evolution
33//
44// RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir | %FileCheck %s --check-prefix=CHECK-OLD
5- // RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir -target x86_64 -apple-macosx10.50 | %FileCheck %s --check-prefix=CHECK-NEW
6- // RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir -target x86_64 -apple-macosx10.60 | %FileCheck %s --check-prefix=CHECK-NEW
5+ // RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir -target %target-cpu -apple-macosx10.50 | %FileCheck %s --check-prefix=CHECK-NEW
6+ // RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir -target %target-cpu -apple-macosx10.60 | %FileCheck %s --check-prefix=CHECK-NEW
77
88// REQUIRES: OS=macosx
9- // REQUIRES: CPU=x86_64
109
1110import weak_import_availability_helper
1211
You can’t perform that action at this time.
0 commit comments