File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,6 @@ endfunction()
680
680
# [ARCHITECTURE architecture]
681
681
# [LLVM_LINK_COMPONENTS comp1 ...]
682
682
# [SWIFT_COMPILE_FLAGS flag1...]
683
- # [LINK_FLAGS flag1...]
684
683
# [FILE_DEPENDS target1 ...]
685
684
# INSTALL_IN_COMPONENT comp
686
685
# source1 [source2 source3 ...])
@@ -709,9 +708,6 @@ endfunction()
709
708
# SWIFT_COMPILE_FLAGS
710
709
# Extra compile flags (Swift).
711
710
#
712
- # LINK_FLAGS
713
- # Extra linker flags.
714
- #
715
711
# FILE_DEPENDS
716
712
# Additional files this library depends on.
717
713
#
@@ -738,7 +734,6 @@ function(_add_swift_host_library_single target name)
738
734
GYB_SOURCES
739
735
INCORPORATE_OBJECT_LIBRARIES
740
736
INCORPORATE_OBJECT_LIBRARIES_SHARED_ONLY
741
- LINK_FLAGS
742
737
LLVM_LINK_COMPONENTS
743
738
SWIFT_COMPILE_FLAGS )
744
739
@@ -991,7 +986,7 @@ function(_add_swift_host_library_single target name)
991
986
# Collect compile and link flags for the static and non-static targets.
992
987
# Don't set PROPERTY COMPILE_FLAGS or LINK_FLAGS directly.
993
988
set (c_compile_flags ${SWIFTLIB_SINGLE_C_COMPILE_FLAGS} )
994
- set (link_flags ${SWIFTLIB_SINGLE_LINK_FLAGS} )
989
+ set (link_flags )
995
990
996
991
set (library_search_subdir "${SWIFT_SDK_${SWIFTLIB_SINGLE_SDK} _LIB_SUBDIR}" )
997
992
set (library_search_directories
You can’t perform that action at this time.
0 commit comments