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().