File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function(get_target_triple target_out_var target_variant_out_var sdk arch)
78
78
elseif (maccatalyst_build_flavor STREQUAL "macos-like" )
79
79
# Use the default macOS triple.
80
80
elseif (maccatalyst_build_flavor STREQUAL "zippered" )
81
- set (target "${arch} -apple-macosx${SWIFT_DARWIN_DEPLOYMENT_VERSION_OSX } " )
81
+ set (target "${arch} -apple-macosx${deployment_version } " )
82
82
set (target_variant "${arch} -apple-ios${SWIFT_DARWIN_DEPLOYMENT_VERSION_MACCATALYST} -macabi" )
83
83
elseif (maccatalyst_build_flavor STREQUAL "unzippered-twin" )
84
84
# Use the default triple for now
Original file line number Diff line number Diff line change
1
+ // RUN: %target-build-swift %s -cxx-interoperability-mode=default -target arm64-apple-macos11.0
2
+
3
+ // REQUIRES: OS=macosx
4
+
5
+ import Cxx
6
+
7
+ public func takesCxxType( _ s: some CxxSequence ) { }
You can’t perform that action at this time.
0 commit comments