module Llvm_transform_utils:sig..end
Transform Utilities.
This interface provides an OCaml API for LLVM transform utilities, the
    classes in the LLVMTransformUtils library.
val clone_module : Llvm.llmodule -> Llvm.llmoduleclone_module m returns an exact copy of module m.
    See the llvm::CloneModule function.