[clang] [clang][ci] Remove unnecessary BuildKite jobs for Clang (PR #93233)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 12:43:48 PDT 2024
ldionne wrote:
> Do we even need to build Clang and run libc++ jobs? I don't even see them linked in libc++ PR, even besides the fact that I think libc++ is fully tested with GitHub Actions.
What we're testing is that the changes to Clang didn't break libc++. We're testing Clang via libc++ -- we're not testing libc++ itself. So yes, this is still relevant.
https://github.com/llvm/llvm-project/pull/93233
More information about the cfe-commits
mailing list