[Lldb-commits] [lldb] [lldb][docs] Update instructions to build standalone (PR #137383)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 28 10:02:30 PDT 2025
chelcassanova wrote:
> I'd have guessed it's required for a standalone build as well, but you're not changing that, so it must not be?
(assuming that "standalone build" here refers to "LLDB standalone build") Not as far as I can see. The LLVM top-level CMakeLists.txt file checks for the build type, but the LLDB one doesn't, and attempting the docs's config step without passing the build type doesn't yield an error that it's missing.
https://github.com/llvm/llvm-project/pull/137383
More information about the lldb-commits
mailing list