[PATCH] D62040: [docs] Add new document on building distributions

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 16:01:19 PDT 2019


beanz added a comment.

In D62040#1505692 <https://reviews.llvm.org/D62040#1505692>, @dschuff wrote:

> This is great! Might it be worth mentioning `LLVM_INSTALL_TOOLCHAIN_ONLY` somewhere?


I kinda have mixed feelings about that. I want to discourage people from using the `install` target when building distributions because I think that if you are building a distribution you should be conscious of exactly what goes into it. The `install-distribution` target does that in a much cleaner interface than the `install` target provides. That said, it is probably worth a mention, and I should explain the differences in expected behavior between `install` and `install-distribution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62040





More information about the llvm-commits mailing list