pub unsafe extern "C" fn LLVMWriteBitcodeToFile(
M: LLVMModuleRef,
Path: *const c_char,
) -> c_int
Expand description
Write a module to the specified path.
Returns 0 on success.
pub unsafe extern "C" fn LLVMWriteBitcodeToFile(
M: LLVMModuleRef,
Path: *const c_char,
) -> c_int
Write a module to the specified path.
Returns 0 on success.