diff options
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r-- | llvm/lib/Support/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 1bd1fe2..df50aa5 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -381,6 +381,7 @@ StringRef sys::getHostCPUName() { case 55: case 74: case 77: + case 90: return "silvermont"; default: // Unknown family 6 CPU, try to guess. |