Skip to content

Commit fe0bd6d

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 (cherry picked from commit d95215d)
1 parent 6c54fef commit fe0bd6d

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
@@ -1270,6 +1270,7 @@ else()
12701270

12711271
if(SWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT)
12721272
add_subdirectory(stdlib/toolchain)
1273+
add_subdirectory(stdlib/public/Cxx)
12731274
endif()
12741275

12751276
if (BUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES)

0 commit comments

Comments
 (0)