[libcxx] [llvm] [CI] Migrate to runtimes build (PR #142696)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 22:31:34 PDT 2025
================
@@ -49,8 +49,7 @@
},
"lld": {"bolt", "cross-project-tests"},
# TODO(issues/132795): LLDB should be enabled on clang changes.
- "clang": {"clang-tools-extra", "compiler-rt", "cross-project-tests"},
- "clang-tools-extra": {"libc"},
----------------
boomanaiden154 wrote:
Fixed. Thanks for the catch. There were no tests so it didn't come up...
I'm not actually sure why `libc` depends only on `clang-tools-extra`. I do not even think there's a dependency there. I'll look at posting a follow up to fix that.
https://github.com/llvm/llvm-project/pull/142696
More information about the llvm-commits
mailing list