1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Use exec.

llvm-svn: 112425
This commit is contained in:
Dan Gohman 2010-08-29 14:49:00 +00:00
parent 5110488830
commit 68929091e5

View File

@ -2,4 +2,4 @@
# Deprecated, use 'llvm-lit'.
echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
llvm-lit "$@"
exec llvm-lit "$@"