Skip to content

Commit

Permalink
Remove target x86_64 specialization from `testExplicitModuleBuildEn…
Browse files Browse the repository at this point in the history
…dToEnd`
  • Loading branch information
artemcm committed Apr 20, 2021
1 parent b7fb587 commit 433c66d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TestInputs/ExplicitModuleBuilds/Swift/G.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-module-flags: -module-name G -swift-version 5 -target x86_64-apple-macosx10.9
// swift-module-flags: -module-name G -swift-version 5
#if swift(>=5.0)
@_exported import G
import Swift
Expand Down
2 changes: 1 addition & 1 deletion TestInputs/ExplicitModuleBuilds/Swift/Swift.swiftinterface
@@ -1,4 +1,4 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Swift version 5.4-dev (LLVM bd2476a8056e227, Swift 68ac381af6ca0e3)
// swift-module-flags: -disable-objc-attr-requires-foundation-module -target x86_64-apple-macosx10.9 -enable-objc-interop -enable-library-evolution -module-link-name swiftCore -parse-stdlib -swift-version 5 -O -enforce-exclusivity=unchecked -enable-experimental-concise-pound-file -module-name Swift
// swift-module-flags: -disable-objc-attr-requires-foundation-module -enable-objc-interop -enable-library-evolution -module-link-name swiftCore -parse-stdlib -swift-version 5 -O -enforce-exclusivity=unchecked -enable-experimental-concise-pound-file -module-name Swift
import SwiftShims
@@ -1,4 +1,4 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Swift version 5.4-dev (LLVM bd2476a8056e227, Swift 68ac381af6ca0e3)
// swift-module-flags: -disable-objc-attr-requires-foundation-module -target x86_64-apple-macosx10.9 -enable-objc-interop -enable-library-evolution -module-link-name swiftSwiftOnoneSupport -parse-stdlib -swift-version 5 -O -enforce-exclusivity=unchecked -module-name SwiftOnoneSupport
// swift-module-flags: -disable-objc-attr-requires-foundation-module -enable-objc-interop -enable-library-evolution -module-link-name swiftSwiftOnoneSupport -parse-stdlib -swift-version 5 -O -enforce-exclusivity=unchecked -module-name SwiftOnoneSupport
import Swift

0 comments on commit 433c66d

Please sign in to comment.