Skip to content

Commit 1fc7f07

Browse files
[tests] Make sure to build module interface test dummy library for arm64e
1 parent c5ad287 commit 1fc7f07

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-tools-version: Apple Swift version 5.1 (swiftlang-1100.0.38 clang-1100.0.20.14)
3+
// swift-module-flags: -target arm64e-apple-macos10.14 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DummyFramework
4+
import Swift
5+
6+
mess_mess_mess
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-compiler-version: Apple Swift version 5.2
3+
// swift-module-flags: -target arm64e-apple-macos10.14 -enable-library-evolution -swift-version 5 -module-name DummyFramework
4+
import Swift
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-tools-version: Apple Swift version 5.1 (swiftlang-1100.0.38 clang-1100.0.20.14)
3+
// swift-module-flags: -target arm64e-apple-macos10.14 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DummyFramework
4+
import Swift

test/ModuleInterface/build-alternative-interface-framework.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// REQUIRES: VENDOR=apple
22

3-
// Required DummyFramework imported is only built for those two CPU architectures.
4-
// REQUIRES: CPU=arm64 || CPU=x86_64
3+
// Required DummyFramework imported is only built for macOS supported archs (x86_64, arm64, arm64e)
54
// REQUIRES: OS=macosx
65

76
// RUN: %empty-directory(%t/module-cache)

0 commit comments

Comments
 (0)