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.
2 parents c2d5796 + 862dfa9 commit eaf561dCopy full SHA for eaf561d
test/Interpreter/SDK/objc_old_swift.swift
@@ -9,6 +9,11 @@
9
// REQUIRES: executable_test
10
// REQUIRES: objc_interop
11
12
+// The bit twiddling done by this test falls afoul of ptrauth on ARM64e. We
13
+// don't support pre-stable Swift ABI code on ARM64e anyway, so just disable the
14
+// test there.
15
+// UNSUPPORTED: CPU=arm64e
16
+
17
// Verify that objects that appear to be from the pre-stable Swift ABI
18
// are correctly ignored by stable Swift's entry points.
19
0 commit comments