forked from OSchip/llvm-project
[X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC.
llvm-svn: 233515
This commit is contained in:
parent
4e78a92610
commit
0668285171
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue