[PATCH] D123968: docs: Add instructions for stand-alone builds of clang

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 09:07:07 PST 2022


mgorny accepted this revision.
mgorny added a comment.

LGTM



================
Comment at: llvm/docs/GettingStarted.rst:134
+
+  ninja -C $builddir install
+
----------------
tstellar wrote:
> MaskRay wrote:
> > Does `install-distribution` with `LLVM_DISTRIBUTION_COMPONENTS` work? From the name, `LLVM_DISTRIBUTION_COMPONENTS`  is recommended for distributions and standalone builds are preferred by distributions.
> For Fedora, we don't use LLVM_DISTRIBUTION_COMPONENT, mainly because we already install everything, but also because it's very hard to keep the variable updated when new things are added.  My concern with using it is that we would easily miss new features.
https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/llvm/llvm-16.0.0.9999.ebuild#n113 ;-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123968



More information about the llvm-commits mailing list