[llvm-commits] CVS: llvm/docs/CommandGuide/gccas.pod gccld.pod

John Criswell criswell at cs.uiuc.edu
Tue Nov 21 14:53:32 PST 2006



Changes in directory llvm/docs/CommandGuide:

gccas.pod updated: 1.5 -> 1.6
gccld.pod updated: 1.5 -> 1.6
---
Log message:

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


---
Diffs of the changes:  (+8 -0)

 gccas.pod |    4 ++++
 gccld.pod |    4 ++++
 2 files changed, 8 insertions(+)


Index: llvm/docs/CommandGuide/gccas.pod
diff -u llvm/docs/CommandGuide/gccas.pod:1.5 llvm/docs/CommandGuide/gccas.pod:1.6
--- llvm/docs/CommandGuide/gccas.pod:1.5	Mon Mar 13 23:42:07 2006
+++ llvm/docs/CommandGuide/gccas.pod	Tue Nov 21 16:53:12 2006
@@ -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.


Index: llvm/docs/CommandGuide/gccld.pod
diff -u llvm/docs/CommandGuide/gccld.pod:1.5 llvm/docs/CommandGuide/gccld.pod:1.6
--- llvm/docs/CommandGuide/gccld.pod:1.5	Mon Mar 13 23:42:07 2006
+++ llvm/docs/CommandGuide/gccld.pod	Tue Nov 21 16:53:12 2006
@@ -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.






More information about the llvm-commits mailing list