From a3db7d26ab4d440a18189b7c6787cd37abd28933 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 7 Aug 2015 20:09:42 +0000 Subject: Add Intel family 6 model 90 as Silvermont. Fixes PR24392. llvm-svn: 244352 --- llvm/lib/Support/Host.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Host.cpp') 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. -- cgit v1.1