Function compile_object

Source
pub fn compile_object(
    compile_result: &CompileResult,
    target_triple: Triple,
    options: CompileOptions,
    output_file: &Path,
    output_assembly: bool,
) -> Result<(), Error>
Expand description

Compiles the given llvm compile result to an object or assembly file.

If output assembly is false it will output an object file.