mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user