[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:54:56 PST 2019


DavidSpickett added a comment.

The llvm-dwarfdump tool target will still be there. Unless that also has this BUILD vs INCLUDE issue.

There's two variables at play here:
LLVM_BUILD_TOOLS
LLVM_INCLUDE_TOOLS

My expectation is that INCLUDE means the build targets are there but if BUILD is off they're not actually built unless you use their name. That makes sense to me, but I'm not super familiar with it.


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