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 fb58fa1 commit c1c2871Copy full SHA for c1c2871
test/IRGen/pack_metadata_marker_inserter_onone.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-swift-frontend -Onone -disable-availability-checking -emit-ir -primary-file %s -enable-pack-metadata-stack-promotion=false -enable-pack-metadata-stack-promotion=true -Xllvm -sil-print-after=pack-metadata-marker-inserter 2>&1 | %FileCheck %s --check-prefixes CHECK-SIL
2
// RUN: %target-swift-frontend -Onone -disable-availability-checking -emit-ir -primary-file %s -enable-pack-metadata-stack-promotion=false -enable-pack-metadata-stack-promotion=true | %IRGenFileCheck %s --check-prefixes CHECK-LLVM
3
4
+// rdar://121028415
5
+// UNSUPPORTED: CPU=arm64e
6
+
7
public struct G<each T> {
8
var pack: (repeat each T)
9
}
0 commit comments