git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
SVG paced value animations overwrite user-provided keyTimes
[WebKit-https.git]
/
Tools
/
ReducedFTL
/
processIRDump.sh
1
#!/bin/sh
2
3
set -e
4
set -x
5
6
if test "x${LLVM_PATH}" == "x"
7
then
8
path=
9
else
10
path="${LLVM_PATH}/bin/"
11
fi
12
13
./combineModules.rb > temp.ll
14
${path}llvm-as temp.ll
15
./ReducedFTL temp.bc "$@"