[all-commits] [llvm/llvm-project] ba430f: [cmake] Add dependency on llvm-dwarfdump to llvm-l...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Dec 19 08:36:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba430f503244d1498529d47f31090cdf79b5c231
https://github.com/llvm/llvm-project/commit/ba430f503244d1498529d47f31090cdf79b5c231
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] Add dependency on llvm-dwarfdump to llvm-locstats
Though llvm-locstat is a "util" it requires llvm-dwarfdump
to be useful. So what happens now is that unless LLVM_BUILD_TOOLS
is ON llvm-locstats won't be part of the "all" target.
However given that it requires llvm-dwarfdump, this is less
confusing/build time consuming than suddenly having llvm-dwarfdump
build when all other tools are disabled.
Differential Revision: https://reviews.llvm.org/D71705
More information about the All-commits
mailing list