mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
550eee0284
Running it directly as a tool, that is what lit.py is for.
7 lines
82 B
Python
Executable File
7 lines
82 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import lit.main
|
|
|
|
if __name__ == '__main__':
|
|
lit.main()
|