[all-commits] [llvm/llvm-project] 3e119c: [llvm][CMake] Move `split-file` from tools to utils
zero9178 via All-commits
all-commits at lists.llvm.org
Fri Aug 12 05:17:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e119c0efdde7bc3e0f8875f784e31d74ac0ca89
https://github.com/llvm/llvm-project/commit/3e119c0efdde7bc3e0f8875f784e31d74ac0ca89
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M llvm/CMakeLists.txt
R llvm/tools/split-file/.clang-tidy
R llvm/tools/split-file/CMakeLists.txt
R llvm/tools/split-file/split-file.cpp
A llvm/utils/split-file/.clang-tidy
A llvm/utils/split-file/CMakeLists.txt
A llvm/utils/split-file/split-file.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list