Markus Böck 3e119c0efd [llvm][CMake] Move split-file from tools to utils
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
2022-08-12 14:16:48 +02:00

8 lines
89 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_llvm_utility(split-file
split-file.cpp
)