repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
states, stree: make a bunch of the public API use stree instead slist
[smatch.git]
/
sparsei
blob
463215423c95af0410b10f8962b3d78879ba7d51
1
#!/bin/sh
2
3
set
+
e
4
5
DIRNAME
=
`dirname
$0
`
6
LLI
=
`llvm-config --bindir`
/
lli
7
8
if
[
$#
-eq
0
];
then
9
echo
"`basename
$0
`: no input files"
10
exit
1
11
fi
12
13
$DIRNAME
/
sparse-llvm $@ |
$LLI