Skip to content

Commit 50373c5

Browse files
authored
Merge pull request #37107 from aschwaighofer/typeref_decoding_imported_unsupported_arm64e
2 parents 1ae5b02 + 87f5d97 commit 50373c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Reflection/typeref_decoding_imported.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// 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
1616
// RUN: %target-swift-reflection-dump -binary-filename %t/%target-library-name(TypesToReflect) | %FileCheck %s --check-prefix=CHECK-%target-ptrsize --check-prefix=CHECK-%target-cpu
1717

18+
// UNSUPPORTED: CPU=arm64e
19+
1820
// CHECK-32: FIELDS:
1921
// CHECK-32: =======
2022
// CHECK-32: TypesToReflect.HasCTypes

0 commit comments

Comments
 (0)