[libcxx-commits] [libcxx] [libcxx][test] Add support for LLVM-style split tests (PR #188283)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 25 07:24:53 PDT 2026
boomanaiden154 wrote:
> What's involved in making a pip-installable split-file package? Anyway I can help with that?
Getting a python package setup so we can actually package the binary into a wheel, probably CI infrastructure to build against one of the manylinux images (old glibc sysroot) so we don't have to worry too much about binary compatibility problems, and a CI workflow that will publish to pypi. Help with any of those would be great.
Although just landing this as a stop-gap and migrating over later once the package infrastructure is set up is probably fine too.
https://github.com/llvm/llvm-project/pull/188283
More information about the libcxx-commits
mailing list