From a31de62efc1662905337bb10e611e9e13410a242 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 15 Aug 2014 05:54:19 +0000 Subject: [PATCH] [LIT]Correct name of global lit configuration object to be lit_config (not lit). llvm-svn: 215695 --- docs/CommandGuide/lit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index ffb4abd3922..099c756ee23 100644 --- a/docs/CommandGuide/lit.rst +++ b/docs/CommandGuide/lit.rst @@ -270,7 +270,7 @@ Once a test suite is discovered, its config file is loaded. Config files 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