mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Documented the --disable-compression option in gccld and gccas.
llvm-svn: 31892
This commit is contained in:
parent
c71d7dd4f8
commit
c4b66614ef
@ -44,6 +44,10 @@ Disable the inlining pass. By default, it is enabled.
|
||||
|
||||
Disable all assembler-time optimization passes.
|
||||
|
||||
=item B<-disable-compression>
|
||||
|
||||
Do not compress the generated bytecode.
|
||||
|
||||
=item B<--stats>
|
||||
|
||||
Print statistics.
|
||||
|
@ -104,6 +104,10 @@ Do not run the inliner pass.
|
||||
Add directory to the list of directories to search when looking for
|
||||
libraries.
|
||||
|
||||
=item B<-disable-compression>
|
||||
|
||||
Do not compress the generated bytecode.
|
||||
|
||||
=item B<-disable-internalize>
|
||||
|
||||
Do not mark all symbols as internal.
|
||||
|
Loading…
Reference in New Issue
Block a user