mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Drop the -s2048 option, it is specified incorrectly and the correct
specification can't be handled by llvmc (= confuses it) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29764 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61c83e023f
commit
b08b562ecf
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# To compile stacker source, we just run the stacker
|
# To compile stacker source, we just run the stacker
|
||||||
# compiler with a default stack size of 2048 entries.
|
# 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%
|
%time% %stats% %args%
|
||||||
|
|
||||||
# stkrc doesn't preprocess but we set this to true so
|
# stkrc doesn't preprocess but we set this to true so
|
||||||
@ -43,7 +43,7 @@
|
|||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
# For optimization, we use the LLVM "opt" program
|
# 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%
|
%time% %stats% %args%
|
||||||
|
|
||||||
optimizer.required = yes
|
optimizer.required = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user