aboutsummaryrefslogtreecommitdiffstats
path: root/sparsei
blob: 3431a9f0b59bc3e10a5983e91961c1a331951b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set +e

DIRNAME=`dirname $0`
LLI=`"${LLVM_CONFIG:-llvm-config}" --bindir`/lli

if [ $# -eq 0 ]; then
  echo "`basename $0`: no input files"
  exit 1
fi

$DIRNAME/sparse-llvm $@ | $LLI