build: rename LLVM_COMPONENT_DEPENDS

This is not a target dependency but a target link.  Name the parameter
to be less misleading.  This also makes the name identical to the LLVM
parameter.
This commit is contained in:
Saleem Abdulrasool
2019-05-04 18:20:48 -07:00
parent 5043ed45d9
commit 218b37e1bb
24 changed files with 52 additions and 52 deletions

View File

@@ -35,7 +35,7 @@ add_sourcekit_library(SourceKitSwiftLang
clangAST
clangAPINotes
clangBasic
LLVM_COMPONENT_DEPENDS ${LLVM_TARGETS_TO_BUILD}
LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD}
bitreader
bitwriter
coverage