commit | 546d8d0e3eca2eb96615e42f5a8139e15bdfb496 | [log] [tgz] |
---|---|---|
author | Torok Edwin <edwintorok@gmail.com> | Mon Dec 14 12:38:18 2009 +0000 |
committer | Torok Edwin <edwintorok@gmail.com> | Mon Dec 14 12:38:18 2009 +0000 |
tree | 0efa7b8b13bc883feaed5263cb715c3d07d79ec4 | |
parent | 94a4a5eec60b256289315105b225defdcb8f70d6 [diff] [blame] |
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.). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91276 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp index 3196a63..79897e4 100644 --- a/lib/System/Host.cpp +++ b/lib/System/Host.cpp
@@ -292,6 +292,7 @@ return "generic"; } } + return "generic"; } #else std::string sys::getHostCPUName() {