Make the value to -s not be interpreted as a file name

llvm-svn: 22134
This commit is contained in:
Reid Spencer 2005-05-19 01:05:02 +00:00
parent 33d07dc48f
commit ba1e216183
1 changed files with 2 additions and 2 deletions

View File

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