rosenberg: handle struct to struct assignments
[smatch.git] / sparsei
blob463215423c95af0410b10f8962b3d78879ba7d51
1 #!/bin/sh
3 set +e
5 DIRNAME=`dirname $0`
6 LLI=`llvm-config --bindir`/lli
8 if [ $# -eq 0 ]; then
9 echo "`basename $0`: no input files"
10 exit 1
13 $DIRNAME/sparse-llvm $@ | $LLI