Documented the --disable-compression option in gccld and gccas.
llvm-svn: 31892
diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod
index 7dbfae8..779d468 100644
--- a/llvm/docs/CommandGuide/gccas.pod
+++ b/llvm/docs/CommandGuide/gccas.pod
@@ -44,6 +44,10 @@
Disable all assembler-time optimization passes.
+=item B<-disable-compression>
+
+Do not compress the generated bytecode.
+
=item B<--stats>
Print statistics.
diff --git a/llvm/docs/CommandGuide/gccld.pod b/llvm/docs/CommandGuide/gccld.pod
index 6dc4965..8297e32 100644
--- a/llvm/docs/CommandGuide/gccld.pod
+++ b/llvm/docs/CommandGuide/gccld.pod
@@ -104,6 +104,10 @@
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.