mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add "generic" fallback.
gcc warned that the function may not have a return value, indeed for non-intel and non-amd X86 CPUs it is right (VIA, etc.). llvm-svn: 91276
This commit is contained in:
parent
1266cbda54
commit
388463f7c4
@ -292,6 +292,7 @@ std::string sys::getHostCPUName() {
|
||||
return "generic";
|
||||
}
|
||||
}
|
||||
return "generic";
|
||||
}
|
||||
#else
|
||||
std::string sys::getHostCPUName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user