Function llvm_sys::target_machine::LLVMGetHostCPUName
source · pub unsafe extern "C" fn LLVMGetHostCPUName() -> *mut c_char
Expand description
Get the host CPU as a string. The result needs to be disposed with LLVMDisposeMessage.