C backend to generate code for the program instead of an LLVM native
code generator.
-=item B<-disable-compression>
-
-Do not compress bytecode files.
-
=back
=head2 Optimization Options
static cl::opt<bool>
DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden);
-static cl::opt<bool> NoCompress("disable-compression", cl::init(true),
- cl::desc("Don't compress the generated bytecode"));
-
// LoadFile - Read the specified bytecode file in and return it. This routine
// searches the link path for the specified file to try to find it...
//