[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for JIT reentry.
[oota-llvm.git] / utils / lit / lit.py
1 #!/usr/bin/env python
2
3 if __name__=='__main__':
4     import lit
5     lit.main()