[PATCH] D71695: [cmake] Include the llvm-locstats target when utils and tools are not being built.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 02:45:09 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG119cd70322af: [cmake] Include the llvm-locstats target when utils and tools are not being… (authored by DavidSpickett).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71695/new/

https://reviews.llvm.org/D71695

Files:
  llvm/utils/llvm-locstats/CMakeLists.txt


Index: llvm/utils/llvm-locstats/CMakeLists.txt
===================================================================
--- llvm/utils/llvm-locstats/CMakeLists.txt
+++ llvm/utils/llvm-locstats/CMakeLists.txt
@@ -1,4 +1,4 @@
-if (LLVM_BUILD_UTILS AND LLVM_BUILD_TOOLS)
+if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
   add_custom_command(
     OUTPUT ${LLVM_TOOLS_BINARY_DIR}/llvm-locstats
     DEPENDS ${LLVM_MAIN_SRC_DIR}/utils/llvm-locstats/llvm-locstats.py


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71695.234687.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191219/8aa75a83/attachment.bin>


More information about the llvm-commits mailing list