File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
stdlib/public/Cxx/cxxshim Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ is_sdk_requested (WINDOWS swift_build_windows )
1
2
set (libcxxshim_modulemap_target_list )
2
3
foreach (sdk ${SWIFT_SDKS} )
4
+ if (swift_build_windows )
5
+ continue ()
6
+ endif ()
7
+
3
8
foreach (arch ${SWIFT_SDK_${sdk}_ARCHITECTURES} )
4
9
set (arch_suffix "${SWIFT_SDK_${sdk} _LIB_SUBDIR}-${arch} " )
5
10
set (arch_subdir "${SWIFT_SDK_${sdk} _LIB_SUBDIR}/${arch} " )
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop)
2
2
//
3
3
// REQUIRES: executable_test
4
+ // TODO: Fix CxxShim for Windows.
5
+ // XFAIL: OS=windows-msvc
4
6
5
7
import StdlibUnittest
6
8
import CxxShim
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
2
-
2
+ //
3
3
// REQUIRES: executable_test
4
+ // TODO: Fix CxxShim for Windows.
5
+ // XFAIL: OS=windows-msvc
4
6
5
7
import MemberInline
6
8
import CxxShim
You can’t perform that action at this time.
0 commit comments