projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add missing header.
[oota-llvm.git]
/
test
/
TestRunner.sh
1
#!/bin/sh
2
# Deprecated, use 'llvm-lit'.
3
4
echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5
exec llvm-lit "$@"