Skip to content

Commit 314a51c

Browse files
authored
Merge pull request #67065 from gottesmm/pr-6d9e336b29edc40419d446c0ee90ef7b9ae5f740
Disable moveonly_split_module_source_deinit.swift on arm64e
2 parents 8d713c3 + cfe7b69 commit 314a51c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/moveonly_split_module_source_deinit.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-swift-frontend -module-name server -primary-file %s %S/Inputs/moveonly_split_module_source_input.swift -emit-ir -emit-module-path %t/server.swiftmodule | %FileCheck %s -check-prefix=REFERRING_MODULE
44
// RUN: %target-swift-frontend -module-name server %s -primary-file %S/Inputs/moveonly_split_module_source_input.swift -emit-ir -emit-module-path %t/server.swiftmodule | %FileCheck %s -check-prefix=DEFINING_MODULE
55

6+
// UNSUPPORTED: CPU=arm64e
7+
68
// Make sure we call the deinit through the value witness table in the other module.
79

810
// REFERRING_MODULE-LABEL: define {{.*}}swiftcc void @"$s6serverAAV4mainyyKFZ"(ptr swiftself %0, ptr noalias nocapture swifterror dereferenceable({{(8|4)}}) %1) {{.*}}{

0 commit comments

Comments
 (0)