[InstCombine] insert a new shuffle in a safe place (PR25999)
[oota-llvm.git] / test / TestRunner.sh
index 4e3d190e4accb19e3df6fde2d2bfb15a4874faa7..ab50856af11fcb89c6fac7855987ed38edc8883a 100755 (executable)
@@ -1,15 +1,5 @@
 #!/bin/sh
-#
-#  TestRunner.sh - This script is used to run arbitrary unit tests.  Unit
-#  tests must contain the command used to run them in the input file, starting
-#  immediately after a "RUN:" string.
-#
-#  This runner recognizes and replaces the following strings in the command:
-#
-#     %s - Replaced with the input name of the program, or the program to
-#          execute, as appropriate.
-#     %llvmgcc - llvm-gcc command
-#     %llvmgxx - llvm-g++ command
-#     %prcontext - prcontext.tcl script
-#
-make check-one TESTONE=$1
+# Deprecated, use 'llvm-lit'.
+
+echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
+exec llvm-lit "$@"