mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
883fa863f8
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 "$@"
|