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
This commit is contained in:
Craig Topper 2015-08-08 01:16:05 +00:00
parent 56697dd222
commit 87432f3518

View File

@ -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.