Function llvm_sys::target_machine::LLVMGetHostCPUFeatures

source ·
pub unsafe extern "C" fn LLVMGetHostCPUFeatures() -> *mut c_char
Expand description

Get the host CPU’s features as a string. The result needs to be disposed with LLVMDisposeMessage.