We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de96348 commit 7cdbb64Copy full SHA for 7cdbb64
test/Interop/Cxx/class/inheritance/functions-objc-irgen.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-emit-irgen %s -I %S/Inputs -cxx-interoperability-mode=default -Xcc -fno-exceptions -Xcc -fno-objc-exceptions | %FileCheck %s
2
// REQUIRES: objc_interop
3
4
+// UNSUPPORTED: CPU=arm64e
5
+
6
import FunctionsObjC
7
8
// CHECK: define linkonce_odr noundef ptr @_ZNK7Derived36__synthesizedBaseCall_virtual_methodEv(ptr noundef nonnull align {{4|8}} dereferenceable(12) %[[THIS:.*]])
0 commit comments