mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 06:56:06 +00:00
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()
|