File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -365,8 +365,6 @@ endfunction()
365
365
# [EMBED_BITCODE] # Embed LLVM bitcode into the .o files
366
366
# [STATIC] # Also write .swiftmodule etc. to static
367
367
# # resource folder
368
- # [NO_LINK_NAME] # Do not pass -module-link-name flag.
369
- # # This disables emission of force load symbol.
370
368
# )
371
369
function (_compile_swift_files
372
370
dependency_target_out_var_name dependency_module_target_out_var_name
@@ -375,7 +373,7 @@ function(_compile_swift_files
375
373
cmake_parse_arguments (SWIFTFILE
376
374
"IS_MAIN;IS_STDLIB;IS_STDLIB_CORE;IS_SDK_OVERLAY;EMBED_BITCODE;STATIC"
377
375
"OUTPUT;MODULE_NAME;INSTALL_IN_COMPONENT;MACCATALYST_BUILD_FLAVOR;BOOTSTRAPPING"
378
- "SOURCES;FLAGS;DEPENDS;SDK;ARCHITECTURE;OPT_FLAGS;MODULE_DIR;NO_LINK_NAME "
376
+ "SOURCES;FLAGS;DEPENDS;SDK;ARCHITECTURE;OPT_FLAGS;MODULE_DIR"
379
377
${ARGN} )
380
378
381
379
# Check arguments.
You can’t perform that action at this time.
0 commit comments