diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-05-04 21:37:11 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-05-04 21:37:11 -0400 |
| commit | a277b5224639175bba8a7d7727a8a036b3b75251 (patch) | |
| tree | 68531c1afff9beac48bfb524e529de15b533f8e2 | |
| parent | 715c96179817decfbe001681c9f0ed49e22ea88b (diff) | |
Enabled lldb for stage 2
| -rwxr-xr-x | build-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
