Skip to content

Commit

Permalink
[LIT]Correct name of global lit configuration object to be lit_config…
Browse files Browse the repository at this point in the history
… (not lit).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215695 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
EricWF committed Aug 15, 2014
1 parent 886f010 commit 407460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CommandGuide/lit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 407460e

Please sign in to comment.