summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-19 20:35:18 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-19 20:35:18 +0000
commit9e4fc280f90665044271398b1398266e6f571b74 (patch)
treeedacaf56912dc7d5f43794ec242d7ec3fa9bf251 /llvm/docs/CommandGuide
parente813112c71bef9bcd64868a5cd4ab2aee5da35fa (diff)
downloadbcm5719-llvm-9e4fc280f90665044271398b1398266e6f571b74.tar.gz
bcm5719-llvm-9e4fc280f90665044271398b1398266e6f571b74.zip
Documentation: remove more mentions of Tcl
Followup for r172836 llvm-svn: 172918
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/lit.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 1dcaff10bfd..40c7646260a 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -151,10 +151,6 @@ ADDITIONAL OPTIONS
List the discovered test suites as part of the standard output.
-.. option:: --no-tcl-as-sh
-
- Run Tcl scripts internally (instead of converting to shell scripts).
-
.. option:: --repeat=N
Run each test ``N`` times. Currently this is primarily useful for timing
@@ -298,14 +294,13 @@ executed, two important global variables are predefined:
tests in the suite.
**suffixes** For **lit** test formats which scan directories for tests, this
- variable is a list of suffixes to identify test files. Used by: *ShTest*,
- *TclTest*.
+ variable is a list of suffixes to identify test files. Used by: *ShTest*.
**substitutions** For **lit** test formats which substitute variables into a test
- script, the list of substitutions to perform. Used by: *ShTest*, *TclTest*.
+ script, the list of substitutions to perform. Used by: *ShTest*.
**unsupported** Mark an unsupported directory, all tests within it will be
- reported as unsupported. Used by: *ShTest*, *TclTest*.
+ reported as unsupported. Used by: *ShTest*.
**parent** The parent configuration, this is the config object for the directory
containing the test suite, or None.
OpenPOWER on IntegriCloud