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

@@ -1,7 +1,7 @@
add_swift_host_library(swiftImmediate STATIC
Immediate.cpp
REPL.cpp
LLVM_COMPONENT_DEPENDS
LLVM_LINK_COMPONENTS
executionengine
linker
mcjit