File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/Interop/Cxx/stdlib/overlay Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,6 @@ add_swift_target_library(swiftstd ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVE
140
140
-Xfrontend -enable-experimental-cxx-interop
141
141
-Xfrontend -module-interface-preserve-types-as-written
142
142
143
- LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} " -lc++
144
- TARGET_SDKS ALL_APPLE_PLATFORMS # TODO: support other platforms as well
143
+ LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} "
144
+ TARGET_SDKS ALL_APPLE_PLATFORMS LINUX # TODO: support other platforms as well
145
145
INSTALL_IN_COMPONENT sdk-overlay )
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop)
2
2
//
3
3
// REQUIRES: executable_test
4
- // REQUIRES: OS=macosx
4
+ // REQUIRES: OS=macosx || OS=linux-gnu
5
5
6
6
import StdlibUnittest
7
7
import std
You can’t perform that action at this time.
0 commit comments