Function llvm_sys::target_machine::LLVMCreateTargetMachineOptions

source ยท
pub unsafe extern "C" fn LLVMCreateTargetMachineOptions() -> LLVMTargetMachineOptionsRef
Expand description

Create a new set of options for an llvm::TargetMachine.

The returned option structure must be released with LLVMDisposeTargetMachineOptions() after the call to LLVMCreateTargetMachineWithOptions().