summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix lit/example/many-tests pickling issueAlex Langford2018-09-142-20/+23
| | | | | | | | | | | | | | | | | Summary: The multiprocess module uses pickling to transfer information between processes and does not know how to pickle the class created in the lit.cfg file and thus the example fails. Implement ManyTests in a separate file and import for the example test passes Patch by Nathan Lanza <nathan@lanza.io> Differential Revision: https://reviews.llvm.org/D51328 llvm-svn: 342269
* [lit] Move ManyTests examples to lit/examples/many-tests.Daniel Dunbar2013-08-093-0/+40
llvm-svn: 188109
OpenPOWER on IntegriCloud