summaryrefslogtreecommitdiff
path: root/bin/flo2app.sh
diff options
context:
space:
mode:
authorjackbackrack2015-05-07 10:28:50 -0700
committerjackbackrack2015-05-07 10:28:50 -0700
commite9b4d9ea3ec38db12b37f81994c28b8a28b6f88e (patch)
tree44a99c722f65190653c65d54984d8ef95dffacab /bin/flo2app.sh
parent458ba72d021623c14725c98df7ff3fa6fa5ba550 (diff)
add better testing support, better width inference and padding, remove old reduce ops
Diffstat (limited to 'bin/flo2app.sh')
-rwxr-xr-xbin/flo2app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flo2app.sh b/bin/flo2app.sh
index bac47702..cebf4325 100755
--- a/bin/flo2app.sh
+++ b/bin/flo2app.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-flo-llvm $1.flo
+flo-llvm --vcdtmp $1.flo
echo FLO-LLVM DONE
flo-llvm-release $1.flo --harness > $1-harness.cpp
echo FLO-LLVM-RELEASE DONE