1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Documented the --disable-compression option in gccld and gccas.

llvm-svn: 31892
This commit is contained in:
John Criswell 2006-11-21 22:53:12 +00:00
parent c71d7dd4f8
commit c4b66614ef
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Disable the inlining pass. By default, it is enabled.
Disable all assembler-time optimization passes. Disable all assembler-time optimization passes.
=item B<-disable-compression>
Do not compress the generated bytecode.
=item B<--stats> =item B<--stats>
Print statistics. Print statistics.

View File

@ -104,6 +104,10 @@ Do not run the inliner pass.
Add directory to the list of directories to search when looking for Add directory to the list of directories to search when looking for
libraries. libraries.
=item B<-disable-compression>
Do not compress the generated bytecode.
=item B<-disable-internalize> =item B<-disable-internalize>
Do not mark all symbols as internal. Do not mark all symbols as internal.