From 2da905c53bf04e127ec95c67d9373f81e0591dff Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 18 Aug 2006 09:00:22 +0000 Subject: [PATCH] Drop the -s2048 option, it is specified incorrectly and the correct specification can't be handled by llvmc (= confuses it) llvm-svn: 29764 --- llvm/projects/Stacker/tools/stkrc/st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/projects/Stacker/tools/stkrc/st b/llvm/projects/Stacker/tools/stkrc/st index bf792529f9b8..7cf621541164 100644 --- a/llvm/projects/Stacker/tools/stkrc/st +++ b/llvm/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 -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