mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
1be986ee4e
Remove unnecessary (argument same as default), cleanup imports, use "pythonic" names for variables, and general formatting.
7 lines
88 B
Python
Executable File
7 lines
88 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from lit.main import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|