[lit] Inject the lit specific config object as 'lit_config' when loading config files.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 9 Aug 2013 00:37:05 +0000 (00:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 9 Aug 2013 00:37:05 +0000 (00:37 +0000)
commit38649827c38a4fcb93219eb29e104c91b0228e56
tree8acf649bd6daa369d7c37d68262694525509acd2
parent6c749c5fbc94a9f133ed05e389aab4309f187684
[lit] Inject the lit specific config object as 'lit_config' when loading config files.

 - Injecting it as 'lit' is gross, since that name should be used to refer to
   the actual package. For now both are available so it is possibly to cleanup
   test config files incrementally.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188039 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestingConfig.py