[clang] [llvm] [clang][python][test] Move python binding tests to lit framework (PR #146844)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 03:20:07 PDT 2025


uweigand wrote:

Both `clang-s390x-linux` and `clang-s390x-linux-lnt` failed with the same `Clang::bindings.sh` error:
https://lab.llvm.org/buildbot/#/builders/42/builds/5208
https://lab.llvm.org/buildbot/#/builders/136/builds/4462

The `clang-s390x-linux-multistage` run including this change did indeed pass:
https://lab.llvm.org/buildbot/#/builders/98/builds/1625

The main difference between this and the others is that in the multistage build, the clang that is used to run the test suite was itself built using (the same version of) clang as host compiler, while the other two build clang using the system GCC as host compiler.

It's not immediately obvious to me why the host compiler would make any difference on this particular PR ...


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


More information about the llvm-commits mailing list