mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
68929091e5
llvm-svn: 112425
6 lines
120 B
Bash
Executable File
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 "$@"
|