[PATCH] D71695: [cmake] Include the llvm-locstats target when utils and tools are not being built.
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 02:49:54 PST 2019
djtodoro added a comment.
Sorry for the confusion. May be the `llvm/CMakeLists.txt` is better place to address this?
llvm/CMakeLists.txt:
if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
add_subdirectory(utils/llvm-locstats)
endif()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71695/new/
https://reviews.llvm.org/D71695
More information about the llvm-commits
mailing list