[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
Fri Oct 28 00:07:44 PDT 2022


mgorny added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:139
+============ ======================== ======================
+clang        clang, cmake             CLANG_INCLUDE_TESTS=ON (Required for check-clang only)
+============ ======================== ======================
----------------
h-vetinari wrote:
> Isn't CLANG_BUILT_STANDALONE also necessary (honest question)?
In Gentoo, we also check `llvm/lib/Transforms/Hello` out unconditionally (don't recall why we added it, maybe it's not needed anymore, gotta check at some point), and `llvm/lib/Testing/Support` and `llvm/utils` for tests.


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