Function llvm_sys::linker::LLVMLinkModules2
source · pub unsafe extern "C" fn LLVMLinkModules2(
Dest: LLVMModuleRef,
Src: LLVMModuleRef
) -> LLVMBool
Expand description
Link the source module into the destination module.
Destroys the source module, returns true on error. Use the diagnostic handler to get any diagnostic message.