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 aa07794 commit 99664efCopy full SHA for 99664ef
test/IRGen/partial_apply.sil
@@ -2,6 +2,8 @@
2
// RUN: %target-swift-frontend -emit-module -enable-library-evolution -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift
3
// RUN: %target-swift-frontend -Xllvm -sil-disable-pass=OnoneSimplification -I %t -emit-ir %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
4
5
+// UNSUPPORTED: CPU=arm64e
6
+
7
// REQUIRES: PTRSIZE=64
8
9
import Builtin
0 commit comments