1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/test/TestRunner.sh
Dan Gohman 68929091e5 Use exec.
llvm-svn: 112425
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 "$@"