Sign in
webkit
/
WebKit
/
f12118f5901daddebfe7980c45e6c92f76e2c94c
/
.
/
Tools
/
ReducedFTL
/
processIRDump.sh
blob: b1de1df7c29f646e9ac9b5f168af8a6a0be7718d [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
set
-
x
if
test
"x${LLVM_PATH}"
==
"x"
then
path
=
else
path
=
"${LLVM_PATH}/bin/"
fi
./
combineModules
.
rb
>
temp
.
ll
$
{
path
}
llvm
-
as temp
.
ll
./
ReducedFTL
temp
.
bc
"$@"