[PATCH] D24968: [lit] Add instructions to run lit's test suite
Daniel Dunbar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 09:22:42 PDT 2016
ddunbar accepted this revision.
ddunbar added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
I believe they do all pass, but they are *not* (IIRC) wired up to run as part of LLVM's tests. We should definitely do that.
One long term project I am interested in is moving lit out into its own project that LLVM just has a process for adopting. That will require some coordination with the community, but should help with lit development.
https://reviews.llvm.org/D24968
More information about the llvm-commits
mailing list