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

H. Vetinari via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 14:20:02 PDT 2022


h-vetinari added a comment.

Sorry it took me a while to respond, was AFK last week. This looks like a good start, I can try testing the instructions with the LLVM 15 builds (also RCs) and report back with what I find.



================
Comment at: llvm/docs/GettingStarted.rst:139
+============ ======================== ======================
+clang        clang, cmake             CLANG_INCLUDE_TESTS=ON (Required for check-clang only)
+============ ======================== ======================
----------------
Isn't CLANG_BUILT_STANDALONE also necessary (honest question)?


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