[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/st
Chris Lattner
lattner at cs.uiuc.edu
Wed May 18 18:05:13 PDT 2005
Changes in directory llvm/projects/Stacker/tools/stkrc:
st updated: 1.1 -> 1.2
---
Log message:
Make the value to -s not be interpreted as a file name
---
Diffs of the changes: (+2 -2)
st | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/projects/Stacker/tools/stkrc/st
diff -u llvm/projects/Stacker/tools/stkrc/st:1.1 llvm/projects/Stacker/tools/stkrc/st:1.2
--- llvm/projects/Stacker/tools/stkrc/st:1.1 Wed May 18 19:54:10 2005
+++ llvm/projects/Stacker/tools/stkrc/st Wed May 18 20:05:02 2005
@@ -25,7 +25,7 @@
# To compile stacker source, we just run the stacker
# compiler with a default stack size of 2048 entries.
- translator.command=%bindir%/stkrc -s 2048 %in% -f -o %out% %opt% \
+ translator.command=%bindir%/stkrc -s2048 %in% -f -o %out% %opt% \
%time% %stats% %args%
# stkrc doesn't preprocess but we set this to true so
@@ -43,7 +43,7 @@
##########################################################
# For optimization, we use the LLVM "opt" program
- optimizer.command=%bindir%/stkrc -s 2048 %in% -f -o %out% %opt% \
+ optimizer.command=%bindir%/stkrc -s2048 %in% -f -o %out% %opt% \
%time% %stats% %args%
optimizer.required = yes
More information about the llvm-commits
mailing list