Fix lit/example/many-tests pickling issueSummary:The multiprocess module uses pickling to transferinformation between processes and does not know how to picklethe class created in the lit.cfg fi
Fix lit/example/many-tests pickling issueSummary:The multiprocess module uses pickling to transferinformation between processes and does not know how to picklethe class created in the lit.cfg file and thus the examplefails.Implement ManyTests in a separate file and import for theexample test passesPatch by Nathan Lanza <[email protected]>Differential Revision: https://reviews.llvm.org/D51328llvm-svn: 342269
show more ...
[lit] Move ManyTests examples to lit/examples/many-tests.llvm-svn: 188109