summaryrefslogtreecommitdiff
path: root/test/TestRunner.sh
blob: ab50856af11fcb89c6fac7855987ed38edc8883a (plain)
1
2
3
4
5
#!/bin/sh
# Deprecated, use 'llvm-lit'.

echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
exec llvm-lit "$@"