File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s --check-prefix=CAPTURE
3
3
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=OPT
4
4
5
- // REQUIRES: CPU=x86_64
5
+ // REQUIRES: PTRSIZE=64
6
6
7
7
// CHECK-DAG: [[FILENAME:@[0-9]+]] = {{.*}} c"{{.*}}closure.swift\00"
8
8
// OPT: [[FILENAME:@[0-9]+]] = {{.*}} [1 x i8] zeroinitializer
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -primary-file %s -emit-ir -parse-stdlib -disable-access-control | %FileCheck %s
2
2
3
- // REQUIRES: CPU=x86_64
3
+ // REQUIRES: PTRSIZE=64
4
4
5
5
import Swift
6
6
Original file line number Diff line number Diff line change 2
2
// RUN: %build-irgen-test-overlays
3
3
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) %s -emit-ir | %FileCheck %s
4
4
5
- // REQUIRES: CPU=x86_64
5
+ // REQUIRES: PTRSIZE=64
6
6
// REQUIRES: objc_interop
7
7
8
8
// CHECK: [[SGIZMO:%T19objc_attr_NSManaged10SwiftGizmoC]] = type
Original file line number Diff line number Diff line change 2
2
// RUN: %build-irgen-test-overlays
3
3
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -emit-ir -primary-file %s | %FileCheck %s
4
4
5
- // REQUIRES: CPU=x86_64
5
+ // REQUIRES: PTRSIZE=64
6
6
// REQUIRES: objc_interop
7
7
8
8
import Foundation
Original file line number Diff line number Diff line change 3
3
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -emit-module -o %t %S/Inputs/objc_protocols_Bas.swift
4
4
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module | %FileCheck %s
5
5
6
- // REQUIRES: CPU=x86_64
6
+ // REQUIRES: PTRSIZE=64
7
7
// REQUIRES: objc_interop
8
8
9
9
import gizmo
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-objc-interop -disable-objc-attr-requires-foundation-module | %FileCheck %s
2
2
3
- // REQUIRES: CPU=x86_64
3
+ // REQUIRES: PTRSIZE=64
4
4
5
5
// CHECK: [[INDEXED_GETTER_ENCODING:@.+]] = private unnamed_addr constant [11 x i8] c"@24@0:8q16\00"
6
6
// CHECK: [[INDEXED_SETTER_ENCODING:@.+]] = private unnamed_addr constant [14 x i8] c"v32@0:8@16q24\00"
You can’t perform that action at this time.
0 commit comments