pub unsafe extern "C" fn LLVMLinkModules2(
Dest: *mut LLVMModule,
Src: *mut LLVMModule,
) -> i32Expand 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.