[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
Thu Mar 26 08:27:09 PDT 2026
boomanaiden154 wrote:
> I'm not very familiar with pip packages. Is rewriting split-file in Python a pre-requisite to @boomanaiden154's suggestion? I assumed so, similar to FileCheck.
Nothing would need to be rewritten in Python to publish as a pip package. The plan was to ship the existing binaries.
I guess for `split-file` we could feasibly reimplement it as a lit builtin, but if we're already going to be shipping FileCheck which I don't think we want to put the effort in to reimplement, we shouldn't reimplement `split-file` given the effort of shipping both is probably 5% more than shipping one.
https://github.com/llvm/llvm-project/pull/188283
More information about the libcxx-commits
mailing list