1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/utils/lit/lit.py
Julian Lettner 550eee0284 [lit] Make main.py a pure Python module
Running it directly as a tool, that is what lit.py is for.
2019-10-28 09:56:37 -07:00

7 lines
82 B
Python
Executable File

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