From 4666c085f342c5dd099cf2c043daedaa0447abf3 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Nov 2006 22:53:12 +0000 Subject: Documented the --disable-compression option in gccld and gccas. llvm-svn: 31892 --- llvm/docs/CommandGuide/gccas.pod | 4 ++++ llvm/docs/CommandGuide/gccld.pod | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod index 7dbfae87929..779d468ce3d 100644 --- a/llvm/docs/CommandGuide/gccas.pod +++ b/llvm/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/llvm/docs/CommandGuide/gccld.pod b/llvm/docs/CommandGuide/gccld.pod index 6dc496529ed..8297e32e942 100644 --- a/llvm/docs/CommandGuide/gccld.pod +++ b/llvm/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. -- cgit v1.2.3