summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/lit-opts.py
Commit message (Collapse)AuthorAgeFilesLines
* [lit] Parse command-line options from LIT_OPTSJoel E. Denny2019-07-081-0/+33
Similar to `FILECHECK_OPTS` for FileCheck, `LIT_OPTS` makes it easy to adjust lit behavior when running the test suite via ninja. For example: ``` $ LIT_OPTS='--time-tests -vv --filter=threadprivate' \ ninja check-clang-openmp ``` Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D64135 llvm-svn: 365313
OpenPOWER on IntegriCloud