[PATCH] D68259: [llvm] [cmake] Store a list of all possible LLVM_DISTRIBUTION_COMPONENTS

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 11:17:25 PDT 2019


beanz requested changes to this revision.
beanz added a comment.

This isn't really possible to do because CMake doesn't have a mechanism for listing all targets. A more correct approach for this would require generating a `ninja` build, then you could use `ninja -t list` to dump all the targets, then you can post-process that list to find a full list of components.


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

https://reviews.llvm.org/D68259





More information about the llvm-commits mailing list