llvm/utils/lit/lit.py
Zachary Turner ce7bcb2090 [lit] Undo the patch to stop writing pyc files.
The problems on the bots appear to be resolved and this was
determined to not be the culprit.  Removing this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313807 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-20 20:31:24 +00:00

8 lines
97 B
Python
Executable File

#!/usr/bin/env python
import sys
from lit.main import main
if __name__=='__main__':
main()