[llvm] r216204 - [LIT] Remove documentation for method since it does not exist
Eric Fiselier
eric at efcs.ca
Thu Aug 21 11:52:58 PDT 2014
Author: ericwf
Date: Thu Aug 21 13:52:58 2014
New Revision: 216204
URL: http://llvm.org/viewvc/llvm-project?rev=216204&view=rev
Log:
[LIT] Remove documentation for method since it does not exist
Modified:
llvm/trunk/docs/CommandGuide/lit.rst
Modified: llvm/trunk/docs/CommandGuide/lit.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=216204&r1=216203&r2=216204&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Thu Aug 21 13:52:58 2014
@@ -315,14 +315,6 @@ executed, two important global variables
**root** The root configuration. This is the top-most :program:`lit` configuration in
the project.
- **on_clone** The config is actually cloned for every subdirectory inside a test
- suite, to allow local configuration on a per-directory basis. The *on_clone*
- variable can be set to a Python function which will be called whenever a
- configuration is cloned (for a subdirectory). The function should takes three
- arguments: (1) the parent configuration, (2) the new configuration (which the
- *on_clone* function will generally modify), and (3) the test path to the new
- directory being scanned.
-
**pipefail** Normally a test using a shell pipe fails if any of the commands
on the pipe fail. If this is not desired, setting this variable to false
makes the test fail only if the last command in the pipe fails.
More information about the llvm-commits
mailing list