1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/utils/lit/lit.py
Julian Lettner 1be986ee4e [lit] Small cleanups. NFCI
Remove unnecessary (argument same as default), cleanup imports, use
"pythonic" names for variables, and general formatting.
2019-12-13 17:00:04 -08:00

7 lines
88 B
Python
Executable File

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