[clang] [llvm] Enable LLDB tests in pre-merge CI (PR #94208)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 04:33:22 PDT 2024


Michael137 wrote:

> > Should we just run the tests for the LLDB C++ language plugin (i.e., the part of LLDB that invokes Clang and the JIT). And then we could expand the set of tests from there later?
> 
> In the bash script that currently handles this, "targets that we need to check if lldb is tested" is expressible, but "targets that we need to check if lldb is tested on clang changes" is not, and I consider it already too complicated for a bash script.

Ah i see, could you point me to that part of the bash script?

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


More information about the cfe-commits mailing list