Add Intel family 6 model 93 as Silvermont.
[oota-llvm.git] / lib / Support / Host.cpp
index df50aa54ab95694bc76e225e88090217b1dfce61..bfc62d0997be74d5130c47364c41e866410b3dff 100644 (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.