mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
6 lines
78 B
Python
Executable File
6 lines
78 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__=='__main__':
|
|
import lit
|
|
lit.main()
|