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 "$@"