aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/lit.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26[lit] Document the 'available_features' member of the config object.Daniel Sanders1-0/+3
llvm-svn: 276744
2016-04-04Document standard substitutions defined by lit.Paul Robinson1-0/+29
Patch by Guilherme Bufolo! Differential Revision: http://reviews.llvm.org/D18752 llvm-svn: 265314
2015-11-06CommandGuide/lit.rst: Document the new commandline option -aMatthias Braun1-0/+5
llvm-svn: 252257
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
llvm-svn: 240112
2015-05-04Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --paramMatthias Braun1-1/+1
These changes allow usages where you want to pass an additional commandline option to all invocations of a specific llvm tool. Example: > llvm-lit -Dllc=llc -enable-misched -verify-machineinstrs Differential Revision: http://reviews.llvm.org/D9487 llvm-svn: 236461
2015-02-07Fix docs typo regarding lit.local.cfg filesJonathan Roelofs1-1/+1
llvm-svn: 228499
2014-08-21[LIT] Remove documentation for method since it does not existEric Fiselier1-8/+0
llvm-svn: 216204
2014-08-15[LIT]Correct name of global lit configuration object to be lit_config (not lit).Eric Fiselier1-1/+1
llvm-svn: 215695
2014-08-02[lit] Add --show-xfail flag to LIT.Eric Fiselier1-0/+4
Summary: This patch add a --show-xfail flag. If this flag is specified then each xfail test will be printed to output. When it is not given xfail tests are ignored. Ignoring xfail tests is the current behavior. This flag is meant to mirror the --show-unsupported flag that was recently added. Reviewers: ddunbar, EricWF Reviewed By: EricWF Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D4750 llvm-svn: 214609
2014-07-31Add documentation for lit's --show-unsupported flagEric Fiselier1-0/+4
llvm-svn: 214431
2013-08-08[lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar1-1/+5
- This is a more sensible behavior than printing and also running tests. llvm-svn: 188009
2013-08-08[lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar1-5/+0
llvm-svn: 188008
2013-07-26Use pipefail when available.Rafael Espindola1-0/+4
This change makes test with RUN lines like RUN: opt ... | FileCheck fail if opt fails, even if it prints what FileCheck wants. Enabling this found some interesting cases of broken tests that were not being noticed because opt (or some other tool) was crashing late. Pipefail is used when the shell supports it or when using the internal python based tester. llvm-svn: 187261
2013-05-30Fix incorrect parameter name in LIT docs.Sergey Matveev1-2/+2
llvm-svn: 182926
2013-01-19Documentation: remove more mentions of TclDmitri Gribenko1-8/+3
Followup for r172836 llvm-svn: 172918
2012-11-29Documentation for lit: more formatting: use 'option' and 'program' directives.Dmitri Gribenko1-139/+144
This enables cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168906
2012-11-29Documentation for lit: formatting improvements.Dmitri Gribenko1-117/+41
llvm-svn: 168902
2012-11-20ReST-ify some markup in the LIT documentEli Bendersky1-10/+10
llvm-svn: 168345
2012-10-19lit: Rename the valgrind leaks feature to match what is currently usedDaniel Dunbar1-1/+1
(vg_leak). llvm-svn: 166306
2012-10-19lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar1-0/+13
- These can be used with the XFAIL options. llvm-svn: 166303
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
llvm-svn: 157885
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar1-0/+474
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384