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 22// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s --check-prefix=CAPTURE
33// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=OPT
44
5- // REQUIRES: CPU=x86_64
5+ // REQUIRES: PTRSIZE=64
66
77// CHECK-DAG: [[FILENAME:@[0-9]+]] = {{.*}} c"{{.*}}closure.swift\00"
88// OPT: [[FILENAME:@[0-9]+]] = {{.*}} [1 x i8] zeroinitializer
Original file line number Diff line number Diff line change 11// RUN: %target-swift-frontend -primary-file %s -emit-ir -parse-stdlib -disable-access-control | %FileCheck %s
22
3- // REQUIRES: CPU=x86_64
3+ // REQUIRES: PTRSIZE=64
44
55import Swift
66
Original file line number Diff line number Diff line change 22// RUN: %build-irgen-test-overlays
33// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) %s -emit-ir | %FileCheck %s
44
5- // REQUIRES: CPU=x86_64
5+ // REQUIRES: PTRSIZE=64
66// REQUIRES: objc_interop
77
88// CHECK: [[SGIZMO:%T19objc_attr_NSManaged10SwiftGizmoC]] = type
Original file line number Diff line number Diff line change 22// RUN: %build-irgen-test-overlays
33// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -emit-ir -primary-file %s | %FileCheck %s
44
5- // REQUIRES: CPU=x86_64
5+ // REQUIRES: PTRSIZE=64
66// REQUIRES: objc_interop
77
88import Foundation
Original file line number Diff line number Diff line change 33// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -emit-module -o %t %S/Inputs/objc_protocols_Bas.swift
44// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module | %FileCheck %s
55
6- // REQUIRES: CPU=x86_64
6+ // REQUIRES: PTRSIZE=64
77// REQUIRES: objc_interop
88
99import gizmo
Original file line number Diff line number Diff line change 11// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-objc-interop -disable-objc-attr-requires-foundation-module | %FileCheck %s
22
3- // REQUIRES: CPU=x86_64
3+ // REQUIRES: PTRSIZE=64
44
55// CHECK: [[INDEXED_GETTER_ENCODING:@.+]] = private unnamed_addr constant [11 x i8] c"@24@0:8q16\00"
66// 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