1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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

llvm-svn: 215695
This commit is contained in:
Eric Fiselier 2014-08-15 05:54:19 +00:00
parent 866fbc5d7d
commit a31de62efc

View File

@ -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