[TableGen] Use the other version of EnforceVectorEltTypeIs inside the TypeSet version...
[oota-llvm.git] / utils / llvm-build / llvm-build
1 #!/usr/bin/env python
2
3 import llvmbuild
4
5 if __name__ == '__main__':
6    llvmbuild.main()