diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-08-15 05:54:19 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-08-15 05:54:19 +0000 |
commit | 6c53c869d0bdba55d4703588e38f60a659e959bb (patch) | |
tree | 91cf6e236e8b57109882d65076a1ed1020b63ebe /llvm/docs | |
parent | d237ac80f9c609985ad1fd391a374189614af26c (diff) | |
download | bcm5719-llvm-6c53c869d0bdba55d4703588e38f60a659e959bb.tar.gz bcm5719-llvm-6c53c869d0bdba55d4703588e38f60a659e959bb.zip |
[LIT]Correct name of global lit configuration object to be lit_config (not lit).
llvm-svn: 215695
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index ffb4abd3922..099c756ee23 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/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 |