Skip to content

Commit b5e1c47

Browse files
committed
[cxx-interop] Restore HOSTTOOLS build for C++ stdlib overlay
This commit should be reverted after `-enable-experimental-cxx-interop` flag lands in a released Xcode.
1 parent 74d22e7 commit b5e1c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Cxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ add_swift_target_library(swiftstd ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVE
137137
SWIFT_MODULE_DEPENDS_WATCHOS Darwin
138138

139139
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
140-
-Xfrontend -enable-experimental-cxx-interop
140+
-Xfrontend -enable-cxx-interop
141141
-Xfrontend -module-interface-preserve-types-as-written
142142

143143
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}" -lc++

0 commit comments

Comments
 (0)