7 lines
88 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
import llvmbuild
if __name__ == '__main__':
llvmbuild.main()