File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,6 @@ endfunction()
678
678
# [STATIC]
679
679
# [SDK sdk]
680
680
# [ARCHITECTURE architecture]
681
- # [FRAMEWORK_DEPENDS_WEAK dep1 ...]
682
681
# [LLVM_LINK_COMPONENTS comp1 ...]
683
682
# [SWIFT_COMPILE_FLAGS flag1...]
684
683
# [LINK_FLAGS flag1...]
@@ -704,9 +703,6 @@ endfunction()
704
703
# ARCHITECTURE
705
704
# Architecture to build for.
706
705
#
707
- # FRAMEWORK_DEPENDS_WEAK
708
- # System frameworks this library depends on that should be weakly-linked.
709
- #
710
706
# LLVM_LINK_COMPONENTS
711
707
# LLVM components this library depends on.
712
708
#
@@ -739,7 +735,6 @@ function(_add_swift_host_library_single target name)
739
735
SDK )
740
736
set (SWIFTLIB_SINGLE_multiple_parameter_options
741
737
FILE_DEPENDS
742
- FRAMEWORK_DEPENDS_WEAK
743
738
GYB_SOURCES
744
739
INCORPORATE_OBJECT_LIBRARIES
745
740
INCORPORATE_OBJECT_LIBRARIES_SHARED_ONLY
@@ -990,11 +985,6 @@ function(_add_swift_host_library_single target name)
990
985
"${swift_module_dependency_target} "
991
986
${LLVM_COMMON_DEPENDS} )
992
987
993
- # Link against system frameworks.
994
- foreach (FRAMEWORK ${SWIFTLIB_SINGLE_FRAMEWORK_DEPENDS_WEAK} )
995
- target_link_libraries (${target} PUBLIC "-weak_framework ${FRAMEWORK} " )
996
- endforeach ()
997
-
998
988
# Call llvm_config() only for libraries that are part of the compiler.
999
989
swift_common_llvm_config ("${target} " ${SWIFTLIB_SINGLE_LLVM_LINK_COMPONENTS} )
1000
990
You can’t perform that action at this time.
0 commit comments