From f7ce7542f9d2a30d0a9122abfb35d722b7b308f0 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 8 Aug 2015 01:16:05 +0000 Subject: Add Intel family 6 model 93 as Silvermont. llvm-svn: 244384 --- 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 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. -- cgit v1.1