build/Make & CMake: Pass the appropriate --native-target and --enable-targets
[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()