Function llvm_sys::linker::LLVMLinkModules2 [−][src]
pub unsafe extern "C" fn LLVMLinkModules2(
Dest: LLVMModuleRef,
Src: LLVMModuleRef
) -> LLVMBool
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.