[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal is a...
[oota-llvm.git] / test / TestRunner.sh
1 #!/bin/sh
2 # Deprecated, use 'llvm-lit'.
3
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5 exec llvm-lit "$@"