mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 21:42:12 +00:00

The problems on the bots appear to be resolved and this was determined to not be the culprit. Removing this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313807 91177308-0d34-0410-b5e6-96231b3b80d8
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()
|