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,6 +1,6 @@
|
||||
add_swift_fuzzer_host_tool(swift-reflection-fuzzer
|
||||
swift-reflection-fuzzer.cpp
|
||||
LLVM_COMPONENT_DEPENDS support
|
||||
LLVM_LINK_COMPONENTS support
|
||||
SWIFT_COMPONENT tools
|
||||
)
|
||||
target_link_libraries(swift-reflection-fuzzer
|
||||
|
||||
Reference in New Issue
Block a user