From 44f1dccd64bfc305a8ff1e4f73792061a7ff8a63 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 30 Mar 2015 06:31:06 +0000 Subject: [PATCH] [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233515 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Host.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index 984070e11c3..abf9554b815 100644 --- a/lib/Support/Host.cpp +++ b/lib/Support/Host.cpp @@ -301,6 +301,8 @@ StringRef sys::getHostCPUName() { case 9: // Intel Pentium M processor, Intel Celeron M processor model 09. case 13: // Intel Pentium M processor, Intel Celeron M processor, model // 0Dh. All processors are manufactured using the 90 nm process. + case 21: // Intel EP80579 Integrated Processor and Intel EP80579 + // Integrated Processor with Intel QuickAssist Technology return "pentium-m"; case 14: // Intel Core Duo processor, Intel Core Solo processor, model -- 2.34.1