[Lldb-commits] [lldb] [lldb][docs] Update instructions to build standalone (PR #137383)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 29 10:16:03 PDT 2025
================
@@ -210,6 +210,7 @@ Clang. Then we build the ``ALL`` target with ninja:
::
$ cmake -B /path/to/llvm-build -G Ninja \
+ -DCMAKE_BUILD_TYPE=[<build type>] \
-DLLVM_ENABLE_PROJECTS=clang \
[<more cmake options>] /path/to/llvm-project/llvm
----------------
bulbazord wrote:
Right, that's only if you want tests.
One of the difficulties in maintaining documentation is that it can easily get out of date. You could add a section about building libcxx and other runtimes needed for lldb tests to this as well.
https://github.com/llvm/llvm-project/pull/137383
More information about the lldb-commits
mailing list