Skip to main content

get_abi

Function get_abi 

Source
pub(crate) fn get_abi(
    target_machine: &TargetMachine,
) -> Result<LLVMAbi<TargetArchitecture>, CompileError>
Expand description

Selects ABI lowering for an LLVM target machine.