pub unsafe extern "C" fn LLVMTargetMachineOptionsSetFeatures(
    Options: LLVMTargetMachineOptionsRef,
    Features: *const c_char
)
Expand description

Set the list of features for the target machine.

Features is a comma-separated list of features.