mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
f82fa532e3
The problems on the bots appear to be resolved and this was determined to not be the culprit. Removing this. llvm-svn: 313807
8 lines
97 B
Python
Executable File
8 lines
97 B
Python
Executable File
#!/usr/bin/env python
|
|
import sys
|
|
|
|
from lit.main import main
|
|
|
|
if __name__=='__main__':
|
|
main()
|