From: Eric Fiselier Date: Fri, 15 Aug 2014 05:54:19 +0000 (+0000) Subject: [LIT]Correct name of global lit configuration object to be lit_config (not lit). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=407460e67d3f7c11ebe47b8c2f99f8f793d0a6ca;p=oota-llvm.git [LIT]Correct name of global lit configuration object to be lit_config (not lit). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215695 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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