@@ -680,7 +680,6 @@ endfunction()
680
680
# [ARCHITECTURE architecture]
681
681
# [LLVM_LINK_COMPONENTS comp1 ...]
682
682
# [SWIFT_COMPILE_FLAGS flag1...]
683
- # [FILE_DEPENDS target1 ...]
684
683
# INSTALL_IN_COMPONENT comp
685
684
# source1 [source2 source3 ...])
686
685
#
@@ -708,9 +707,6 @@ endfunction()
708
707
# SWIFT_COMPILE_FLAGS
709
708
# Extra compile flags (Swift).
710
709
#
711
- # FILE_DEPENDS
712
- # Additional files this library depends on.
713
- #
714
710
# INSTALL_IN_COMPONENT comp
715
711
# The Swift installation component that this library belongs to.
716
712
#
@@ -730,7 +726,6 @@ function(_add_swift_host_library_single target name)
730
726
DARWIN_INSTALL_NAME_DIR
731
727
SDK )
732
728
set (SWIFTLIB_SINGLE_multiple_parameter_options
733
- FILE_DEPENDS
734
729
GYB_SOURCES
735
730
LLVM_LINK_COMPONENTS
736
731
SWIFT_COMPILE_FLAGS )
@@ -831,7 +826,6 @@ function(_add_swift_host_library_single target name)
831
826
SWIFTLIB_SINGLE_EXTERNAL_SOURCES ${name}
832
827
DEPENDS
833
828
${gyb_dependency_targets}
834
- ${SWIFTLIB_SINGLE_FILE_DEPENDS}
835
829
SDK ${SWIFTLIB_SINGLE_SDK}
836
830
ARCHITECTURE ${SWIFTLIB_SINGLE_ARCHITECTURE}
837
831
MODULE_NAME ${module_name}
@@ -1109,7 +1103,6 @@ endfunction()
1109
1103
# [SHARED]
1110
1104
# [STATIC]
1111
1105
# [LLVM_LINK_COMPONENTS comp1 ...]
1112
- # [FILE_DEPENDS target1 ...]
1113
1106
# source1 [source2 source3 ...])
1114
1107
#
1115
1108
# name
@@ -1124,9 +1117,6 @@ endfunction()
1124
1117
# LLVM_LINK_COMPONENTS
1125
1118
# LLVM components this library depends on.
1126
1119
#
1127
- # FILE_DEPENDS
1128
- # Additional files this library depends on.
1129
- #
1130
1120
# source1 ...
1131
1121
# Sources to add into this library.
1132
1122
function (add_swift_host_library name )
0 commit comments