Module Llvm_bitwriter


module Llvm_bitwriter: sig .. end
Bitcode writer.

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.