[all-commits] [llvm/llvm-project] 119cd7: [cmake] Include the llvm-locstats target when
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Dec 19 02:45:04 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 119cd70322af15ae61f5bd3530cf85fb27891d9f
https://github.com/llvm/llvm-project/commit/119cd70322af15ae61f5bd3530cf85fb27891d9f
Author: David Spickett <david.spickett at arm.com>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M llvm/utils/llvm-locstats/CMakeLists.txt
Log Message:
-----------
[cmake] Include the llvm-locstats target when
utils and tools are not being built.
This was uncovered by: https://reviews.llvm.org/D71611
Which added llvm-locstats to the test dependencies.
Previously the build target was only added if you
were building tools. This meant that you couldn't
configure at all if you had LLVM_BUILD_TOOLS=OFF.
Differential revision: https://reviews.llvm.org/D71695
More information about the All-commits
mailing list