[Lldb-commits] [lldb] [lldb][docs] Update instructions to build standalone (PR #137383)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 28 13:02:59 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:
I think I agree with Chelsea's reasoning here. More experienced users will customize their llvm CMake options, but this is the minimum required.
Following that train of thought, did you try building LLVM with exactly the options presented here? Was it enough to build LLDB afterwards?
https://github.com/llvm/llvm-project/pull/137383
More information about the lldb-commits
mailing list