Skip to content

Commit f64833b

Browse files
authored
Merge pull request swiftlang#38671 from artemcm/ClangTargetTestMoreTargetsLess
Additional architecture support for the `ScanDependencies/clang-target.swift` test.
2 parents ebd820c + 6c66fd3 commit f64833b

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)