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 df50aa5..bfc62d0 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -382,6 +382,7 @@ StringRef sys::getHostCPUName() { case 74: case 77: case 90: + case 93: return "silvermont"; default: // Unknown family 6 CPU, try to guess. |