From: Craig Topper Date: Sat, 8 Aug 2015 01:16:05 +0000 (+0000) Subject: Add Intel family 6 model 93 as Silvermont. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=87432f3518ec610a636f1f76d038e3c0aca45006 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 --- 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.