blob: 463215423c95af0410b10f8962b3d78879ba7d51 [file] [log] [blame]
#!/bin/sh
set +e
DIRNAME=`dirname $0`
LLI=`llvm-config --bindir`/lli
if [ $# -eq 0 ]; then
echo "`basename $0`: no input files"
exit 1
fi
$DIRNAME/sparse-llvm $@ | $LLI