summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-19 01:05:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-19 01:05:02 +0000
commit4411eebff24e2de571c1a405f8d3a7f1ccfb3030 (patch)
tree900594bdc1a32ef7ff3c0f91854b072878fab4f6 /projects
parent9daa06129319c482cb2261f16d48f0f276e5d599 (diff)
downloadllvm-4411eebff24e2de571c1a405f8d3a7f1ccfb3030.tar.gz
llvm-4411eebff24e2de571c1a405f8d3a7f1ccfb3030.tar.bz2
llvm-4411eebff24e2de571c1a405f8d3a7f1ccfb3030.tar.xz
Make the value to -s not be interpreted as a file name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/tools/stkrc/st4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/tools/stkrc/st b/projects/Stacker/tools/stkrc/st
index 2006825b6b..bf792529f9 100644
--- a/projects/Stacker/tools/stkrc/st
+++ b/projects/Stacker/tools/stkrc/st
@@ -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