From 87432f3518ec610a636f1f76d038e3c0aca45006 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 8 Aug 2015 01:16:05 +0000 Subject: [PATCH] Add Intel family 6 model 93 as Silvermont. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244384 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Host.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index df50aa54ab9..bfc62d0997b 100644 --- a/lib/Support/Host.cpp +++ b/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. -- 2.34.1