================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to