Llvm_transform_utilsTransform 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.