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
vim_db: handle older versions of vim
[smatch.git]
/
sparsei
blob
3431a9f0b59bc3e10a5983e91961c1a331951b6d
1
#!/bin/sh
2
3
set
+
e
4
5
DIRNAME
=
`dirname
$0
`
6
LLI
=
`"
${LLVM_CONFIG:-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