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 02b5be7 commit 87f5d97Copy full SHA for 87f5d97
test/Reflection/typeref_decoding_imported.swift
@@ -15,6 +15,8 @@
15
// RUN: %target-build-swift %S/Inputs/ImportedTypes.swift %S/Inputs/ImportedTypesOther.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect) -I %S/Inputs -whole-module-optimization -num-threads 2
16
// RUN: %target-swift-reflection-dump -binary-filename %t/%target-library-name(TypesToReflect) | %FileCheck %s --check-prefix=CHECK-%target-ptrsize --check-prefix=CHECK-%target-cpu
17
18
+// UNSUPPORTED: CPU=arm64e
19
+
20
// CHECK-32: FIELDS:
21
// CHECK-32: =======
22
// CHECK-32: TypesToReflect.HasCTypes
0 commit comments