[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/st
Reid Spencer
reid at x10sys.com
Fri Aug 18 02:00:36 PDT 2006
Changes in directory llvm/projects/Stacker/tools/stkrc:
st updated: 1.2 -> 1.3
---
Log message:
Drop the -s2048 option, it is specified incorrectly and the correct
specification can't be handled by llvmc (= confuses it)
---
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.2 llvm/projects/Stacker/tools/stkrc/st:1.3
--- llvm/projects/Stacker/tools/stkrc/st:1.2 Wed May 18 20:05:02 2005
+++ llvm/projects/Stacker/tools/stkrc/st Fri Aug 18 04:00:22 2006
@@ -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 -s2048 %in% -f -o %out% %opt% \
+ translator.command=%bindir%/stkrc %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 -s2048 %in% -f -o %out% %opt% \
+ optimizer.command=%bindir%/stkrc %in% -f -o %out% %opt% \
%time% %stats% %args%
optimizer.required = yes
More information about the llvm-commits
mailing list