summaryrefslogtreecommitdiff
path: root/tools/llvmc/st
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/st')
-rw-r--r--tools/llvmc/st4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/st b/tools/llvmc/st
index c08c8d1c7c..9cedc3d068 100644
--- a/tools/llvmc/st
+++ b/tools/llvmc/st
@@ -34,7 +34,7 @@
# To compile stacker source, we just run the stacker
# compiler with a default stack size of 2048 entries.
translator.command=stkrc -s 2048 %in% -o %out% %time% \
- %stats% %args%
+ %stats% %force% %args%
# stkrc doesn't preprocess but we set this to true so
# that we don't run the cp command by default.
@@ -52,7 +52,7 @@
# For optimization, we use the LLVM "opt" program
optimizer.command=opt %in% -o %out% %opt% %time% %stats% \
- %args%
+ %force% %args%
optimizer.required = true