File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ public func embedded() { }
7
7
public func regular( ) { }
8
8
#endif
9
9
10
- // CHECK: define swiftcc void @"$s12conditionals7regularyyF"()
11
- // EMBEDDED: define swiftcc void @"$s12conditionals8embeddedyyF"()
10
+ // CHECK: define {{.*}} void @"$s12conditionals7regularyyF"()
11
+ // EMBEDDED: define {{.*}} void @"$s12conditionals8embeddedyyF"()
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -target armv7-apple-none-macho -Xcc -D__MACH__ -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
2
2
// RUN: %target-swift-frontend -target arm64-apple-none-macho -Xcc -D__MACH__ -Xcc -D__arm64__ -Xcc -D__APPLE__ -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
3
3
4
+ // REQUIRES: VENDOR=apple
5
+
4
6
public func bool( ) -> Bool {
5
7
return true
6
8
}
You can’t perform that action at this time.
0 commit comments