[PATCH] D130977: [llvm] Make split-file an utility instead of tool
Markus Böck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 01:47:30 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG34e814a00cb0: [CMake] Make split-file an utility instead of tool (authored by zero9178).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130977/new/
https://reviews.llvm.org/D130977
Files:
llvm/tools/split-file/CMakeLists.txt
Index: llvm/tools/split-file/CMakeLists.txt
===================================================================
--- llvm/tools/split-file/CMakeLists.txt
+++ llvm/tools/split-file/CMakeLists.txt
@@ -2,6 +2,6 @@
Support
)
-add_llvm_tool(split-file
+add_llvm_utility(split-file
split-file.cpp
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130977.449590.patch
Type: text/x-patch
Size: 306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220803/2190e1ae/attachment.bin>
More information about the llvm-commits
mailing list