64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
7 lines
88 B
Python
Executable File
7 lines
88 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import llvmbuild
|
|
|
|
if __name__ == '__main__':
|
|
llvmbuild.main()
|