Skip to content

Commit d95215d

Browse files
committed
[cxx-interop] Include Cxx and CxxStdlib modules in no-stdlib builds
These modules are shipped with the toolchain, while the stdlib might be built and shipped separately. rdar://107780733
1 parent 4de53fc commit d95215d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ else()
12651265

12661266
if(SWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT)
12671267
add_subdirectory(stdlib/toolchain)
1268+
add_subdirectory(stdlib/public/Cxx)
12681269
endif()
12691270

12701271
if (BUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES)

0 commit comments

Comments
 (0)