Raw File
llvm-build
#!/usr/bin/env python

import llvmbuild

if __name__ == '__main__':
   llvmbuild.main()
back to top