Function rustc_codegen_llvm::llvm_::ffi::LLVMWriteBitcodeToFile

source ·
pub unsafe extern "C" fn LLVMWriteBitcodeToFile(
    M: &Module,
    Path: *const c_char
) -> c_int
Expand description

Writes a module to the specified path. Returns 0 on success.