From a277b5224639175bba8a7d7727a8a036b3b75251 Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Sun, 4 May 2025 21:37:11 -0400 Subject: Enabled lldb for stage 2 --- build-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bootstrap.sh b/build-bootstrap.sh index dbd329a..8abc50a 100755 --- a/build-bootstrap.sh +++ b/build-bootstrap.sh @@ -340,7 +340,7 @@ cmake -B stage2 -G Ninja -S llvm \ -DLLVM_BUILD_LLVM_DYLIB=ON \ -DLLVM_ENABLE_LIBCXX=ON \ -DLLVM_ENABLE_LLD=ON \ - -DLLVM_ENABLE_PROJECTS="clang;lld;llvm" \ + -DLLVM_ENABLE_PROJECTS="clang;lld;lldb;llvm" \ -DLLVM_ENABLE_RUNTIMES="compiler-rt;libunwind;libcxxabi;libcxx" \ -DLLVM_ENABLE_ZSTD=OFF \ -DLLVM_HOST_TRIPLE=$HOST \ -- cgit v1.2.3