1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/TestRunner.sh
Daniel Dunbar e6c5d8507a tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which will
need to be in your path). Please move to using 'llvm-lit' if you are still using
TestRunner.sh.

llvm-svn: 110002
2010-08-02 00:52:41 +00:00

6 lines
115 B
Bash
Executable File

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