lit: Provide source locations in cfg files with older Python versions
authorAlp Toker <alp@nuanti.com>
Sat, 11 Jan 2014 14:34:18 +0000 (14:34 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 11 Jan 2014 14:34:18 +0000 (14:34 +0000)
commitca179f4de8cc4b146bab425242b2296be311c0a3
tree092de3e2ef5f904aa727cff98eba733b8ce42313
parent1a1ec67710769ca9b733ba085696b2c0c3cd01f2
lit: Provide source locations in cfg files with older Python versions

This commit prospectively brings the benefits of r198766 to older supported
Python versions (2.5+).

Tested with Python 2.6, 2.7, 3.1 and 3.3 (!)

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