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 2
2
// 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
3
3
//
4
4
// 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
7
7
8
8
// REQUIRES: OS=macosx
9
- // REQUIRES: CPU=x86_64
10
9
11
10
import weak_import_availability_helper
12
11
You can’t perform that action at this time.
0 commit comments