summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-11-21 22:53:12 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-11-21 22:53:12 +0000
commitb52818e778af6877300de6702057728682c1d921 (patch)
tree1346187b5a5d61a3121abed402da80022b3ebe73
parentd452599f6f654398d9fa54bb32f1abf8dc70ca24 (diff)
downloadllvm-b52818e778af6877300de6702057728682c1d921.tar.gz
llvm-b52818e778af6877300de6702057728682c1d921.tar.bz2
llvm-b52818e778af6877300de6702057728682c1d921.tar.xz
Documented the --disable-compression option in gccld and gccas.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31892 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CommandGuide/gccas.pod4
-rw-r--r--docs/CommandGuide/gccld.pod4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod
index 7dbfae8792..779d468ce3 100644
--- a/docs/CommandGuide/gccas.pod
+++ b/docs/CommandGuide/gccas.pod
@@ -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.
diff --git a/docs/CommandGuide/gccld.pod b/docs/CommandGuide/gccld.pod
index 6dc496529e..8297e32e94 100644
--- a/docs/CommandGuide/gccld.pod
+++ b/docs/CommandGuide/gccld.pod
@@ -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.