llvm-6502/test/TestRunner.sh
Dan Gohman 05841638a7 Use exec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112425 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-29 14:49:00 +00:00

6 lines
120 B
Bash
Executable File

#!/bin/sh
# Deprecated, use 'llvm-lit'.
echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
exec llvm-lit "$@"