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:
@@ -1,7 +1,7 @@
|
||||
add_swift_host_library(swiftImmediate STATIC
|
||||
Immediate.cpp
|
||||
REPL.cpp
|
||||
LLVM_COMPONENT_DEPENDS
|
||||
LLVM_LINK_COMPONENTS
|
||||
executionengine
|
||||
linker
|
||||
mcjit
|
||||
|
||||
Reference in New Issue
Block a user