fn handle_native(cpu_name: &str) -> &str
If the given string is "native", returns the host CPU name according to LLVM. Otherwise, the string is returned as-is.
"native"