diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-03-30 06:31:06 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-03-30 06:31:06 +0000 |
commit | 066828517138bb362a67f4b907abccac4911f6ef (patch) | |
tree | f42f4a9ee69f5cf8a1a2481734b58605494a0370 /llvm/lib/Support/Host.cpp | |
parent | 4e78a92610f85870a41351fcdd60f8523b949b8e (diff) | |
download | llvm-066828517138bb362a67f4b907abccac4911f6ef.zip llvm-066828517138bb362a67f4b907abccac4911f6ef.tar.gz llvm-066828517138bb362a67f4b907abccac4911f6ef.tar.bz2 |
[X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC.
llvm-svn: 233515
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r-- | llvm/lib/Support/Host.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 984070e..abf9554 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/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 |