Skip to content

Commit 6c66fd3

Browse files
committed
Additional architecture support for the ScanDependencies/clang-target.swift test.
Resolves rdar://81128522
1 parent 77cb4b6 commit 6c66fd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// swift-interface-format-version: 1.0
2-
// swift-module-flags: -module-name XWithTarget -target arm64-apple-macosx10.9
2+
// swift-module-flags: -module-name XWithTarget -target arm64-apple-macosx10.9
33
import Swift
44
@_exported import X
55
public func overlayFuncX() { }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-module-flags: -module-name XWithTarget -target arm64e-apple-macosx10.9
3+
import Swift
4+
@_exported import X
5+
public func overlayFuncX() { }

0 commit comments

Comments
 (0)