[llvm] r215695 - [LIT]Correct name of global lit configuration object to be lit_config (not lit).

Eric Fiselier eric at efcs.ca
Thu Aug 14 22:54:19 PDT 2014


Author: ericwf
Date: Fri Aug 15 00:54:19 2014
New Revision: 215695

URL: http://llvm.org/viewvc/llvm-project?rev=215695&view=rev
Log:
[LIT]Correct name of global lit configuration object to be lit_config (not lit).

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=215695&r1=215694&r2=215695&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Fri Aug 15 00:54:19 2014
@@ -270,7 +270,7 @@ Once a test suite is discovered, its con
 themselves are Python modules which will be executed.  When the config file is
 executed, two important global variables are predefined:
 
-**lit**
+**lit_config**
 
  The global **lit** configuration object (a *LitConfig* instance), which defines
  the builtin test formats, global configuration parameters, and other helper





More information about the llvm-commits mailing list