[PATCH] D62040: [docs] Add new document on building distributions
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 09:25:12 PDT 2019
beanz marked an inline comment as done.
beanz added inline comments.
================
Comment at: llvm/docs/BuildingADistribution.rst:202
+**LLVM_INSTALL_TOOLCHAIN_ONLY**:BOOL
+ This option defaults to ``On``, when set to ``Off`` it includes many of the
+ LLVM development and testing tools in the default ``install`` target. This is
----------------
hans wrote:
> I thought it defaults to OFF?
>
> llvm/CMakeLists.txt:221:option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
You're right. Good catch.
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