Skip to content

Conversation

vvereschaka
Copy link
Contributor

Add additional dependencies with the libc++/libc++abi/libunwind and compiler-rt libraries.

Also removed unaffected LLDB_CAN_USE_LLDB_SERVER options.

Add additional dependencies with the libc++/libc++abi/libunwind and
compiler-rt libraries.

Also removed unaffected LLDB_CAN_USE_LLDB_SERVER options.
Copy link
Contributor

@gkistanova gkistanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vvereschaka vvereschaka merged commit 3160d9f into llvm:main Aug 27, 2025
3 checks passed
@slydiman
Copy link
Contributor

slydiman commented Sep 2, 2025

libcxx, libcxxabi and libunwind are not valid projects for LLVM. Note llvm-project/llvm/CMakeLists.txt contains
set(LLVM_ALL_PROJECTS "bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libclc;lld;lldb;mlir;openmp;polly")
It seems we need to specify enable_projects with valid projects instead of enable_projects="auto" but keep depends_on_projects with the full list to trigger builds by a scheduler.

vvereschaka added a commit that referenced this pull request Sep 2, 2025
…lders." (#588)

Reverts #574

Causes failures during the configuration step for the
lldb-remote-linux-* builders.
vvereschaka added a commit to vvereschaka/llvm-zorg that referenced this pull request Sep 25, 2025
…lders." (llvm#588)

Reverts llvm#574

Causes failures during the configuration step for the
lldb-remote-linux-* builders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants