[libcxx-commits] [libcxx] [llvm] [libc++] Optionally support filecheck-based tests (PR #165769)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 7 07:47:49 PDT 2026
ldionne wrote:
> I've just setup https://pypi.org/project/llvm-testing-tools which should contain `FileCheck` and `split-file`. Can we look at using that?
>
> Not sure what kind of platform support we want for FileCheck based tests for now. That package only currently has supported for x86 Linux with glibc 2.39+. I can add more support as needed though.
Thanks for doing that. I just updated the patch to install `llvm-testing-tools` instead. I think we'll need this on all the platforms that we test on, which might be annoying to setup (Windows, macOS, Linux). That's also why a pure-Python package is simpler.
Do you think it would be feasible to provide this package on Windows and macOS as well?
https://github.com/llvm/llvm-project/pull/165769
More information about the libcxx-commits
mailing list