llvm-6502/utils/lit
Alp Toker 4c28d2024f lit: execfile() isn't present in Python 3.3
On the other hand, exec(compile()) doesn't work in older Python versions in the
2.x series.

This commit introduces exec(compile()) with a fallback to plain exec(). That'll
hopefully hit the sweet spot in terms of version support.

Followup to r198766 which added enhanced source locations for lit cfg parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199006 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-11 13:27:28 +00:00
..
examples
lit lit: execfile() isn't present in Python 3.3 2014-01-11 13:27:28 +00:00
tests [lit] Add an --output option, for writing results in a machine readable form. 2013-09-14 01:19:17 +00:00
utils
lit.py
MANIFEST.in
setup.py
TODO [lit] Add support for multiprocessing, under --use-processes for now. 2013-08-29 00:54:23 +00:00