mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
e6c5d8507a
need to be in your path). Please move to using 'llvm-lit' if you are still using TestRunner.sh. llvm-svn: 110002
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
# Deprecated, use 'llvm-lit'.
|
|
|
|
echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
|
|
llvm-lit "$@"
|