
It fittingly already makes use of add_llvm_utility during target creation and is usually only used in conjunction with other (test) related utilities such as FileCheck and not, which are already in utils. Differential Revision: https://reviews.llvm.org/D131713
8 lines
89 B
CMake
8 lines
89 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_llvm_utility(split-file
|
|
split-file.cpp
|
|
)
|