[llvm] [ci] Don't add more check targets if "check-all" is present (PR #110277)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 12:54:39 PDT 2024


vitalybuka wrote:

> > Sure. I mean a dedicated target to run compiler-rt tests, like we have `check-clang` or `check-cxx` for Clang and libc++ tests respectively.
> 
> Ah, thanks! There's already a `check-compiler-rt` target defined by compiler-rt, so I'm kinda surprised we're not just calling that. I guess that's what you meant.

We use check-compiler-rt on some our bots

https://github.com/llvm/llvm-project/pull/110277


More information about the llvm-commits mailing list