Skip to content

Commit 7cdbb64

Browse files
authored
Disable test on arm64e (swiftlang#76229)
rdar://135165028
1 parent de96348 commit 7cdbb64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interop/Cxx/class/inheritance/functions-objc-irgen.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-emit-irgen %s -I %S/Inputs -cxx-interoperability-mode=default -Xcc -fno-exceptions -Xcc -fno-objc-exceptions | %FileCheck %s
22
// REQUIRES: objc_interop
33

4+
// UNSUPPORTED: CPU=arm64e
5+
46
import FunctionsObjC
57

68
// CHECK: define linkonce_odr noundef ptr @_ZNK7Derived36__synthesizedBaseCall_virtual_methodEv(ptr noundef nonnull align {{4|8}} dereferenceable(12) %[[THIS:.*]])

0 commit comments

Comments
 (0)