mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
- Correct grammar of -s description
- Normalize -s option specification llvm-svn: 14736
This commit is contained in:
parent
d0e85de976
commit
8de1b8ba76
@ -67,11 +67,12 @@ error.
|
||||
Force the output to be written. Normally, B<stkrc> won't overwrite an existing
|
||||
bytecode file. This option overrides that behavior.
|
||||
|
||||
=item B<-s=stacksize>
|
||||
=item B<-s> F<stacksize>
|
||||
|
||||
Specify the stack size for the program. The default stack size, 1024, should be
|
||||
sufficient for most programs. For very large, programs, you might want to
|
||||
provide a larger value.
|
||||
sufficient for most programs. For very large programs, especially those that
|
||||
recurse a lot, you might want to provide a larger value. Each unit of this
|
||||
value consumes 8 bytes of memory.
|
||||
|
||||
=item B<-help>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user