module Llvm_bitwriter:Bitcode writer.sig
..end
This interface provides an ocaml API for the LLVM bitcode writer, the
classes in the Bitwriter library.
val write_bitcode_file : Llvm.llmodule -> string -> bool
write_bitcode_file m path
writes the bitcode for module m
to the file at
path
. Returns true
if successful, false
otherwise.