Skip to content

Commit a02ba4b

Browse files
authored
Merge pull request #67066 from gottesmm/release-5.9-110424902
Disable moveonly_split_module_source_deinit.swift on arm64e
2 parents 7b968d6 + 6d3bdf6 commit a02ba4b

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"(%swift.refcounted* swiftself %0, %swift.error** noalias nocapture swifterror dereferenceable({{4|8}}) %1) {{.*}}{

0 commit comments

Comments
 (0)