Skip to content

Commit 09edae3

Browse files
committed
[embedded] Use consistent target to make IR matching easier.
1 parent 2d61de8 commit 09edae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/embedded/basic-irgen-no-stdlib.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded | %FileCheck %s
1+
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none | %FileCheck %s
22

33
struct Bool {}
44

@@ -24,7 +24,7 @@ public func main() {
2424

2525
// CHECK-LABEL: declare hidden swiftcc void @"$s4main5start1pyx_tAA6PlayerRzlFAA8ConcreteV_Tg5"()
2626

27-
// CHECK-LABEL: define swiftcc void @"$s4mainAAyyF"()
27+
// CHECK-LABEL: define protected swiftcc void @"$s4mainAAyyF"()
2828
// CHECK-NEXT: entry:
2929
// CHECK-NEXT: call swiftcc void @"$s4main8ConcreteVACycfC"()
3030
// CHECK-NEXT: call swiftcc void @"$s4main5start1pyx_tAA6PlayerRzlFAA8ConcreteV_Tg5"()

0 commit comments

Comments
 (0)