File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -333,12 +333,9 @@ function(_compile_swift_files
333
333
endif ()
334
334
endif ()
335
335
336
- # If we want to build a single overlay, don't install the swiftmodule and swiftdoc files.
337
- if (NOT BUILD_STANDALONE )
338
- swift_install_in_component ("${SWIFTFILE_INSTALL_IN_COMPONENT} "
339
- FILES "${module_file} " "${module_doc_file} "
340
- DESTINATION "lib${LLVM_LIBDIR_SUFFIX} /swift/${library_subdir} " )
341
- endif ()
336
+ swift_install_in_component ("${SWIFTFILE_INSTALL_IN_COMPONENT} "
337
+ FILES "${module_file} " "${module_doc_file} " "${interface_file} "
338
+ DESTINATION "lib${LLVM_LIBDIR_SUFFIX} /swift/${library_subdir} " )
342
339
343
340
set (line_directive_tool "${SWIFT_SOURCE_DIR} /utils/line-directive" )
344
341
set (swift_compiler_tool "${SWIFT_NATIVE_SWIFT_TOOLS_PATH} /swiftc" )
You can’t perform that action at this time.
0 commit comments