aboutsummaryrefslogtreecommitdiff
path: root/lib/System
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-19 17:54:28 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-19 17:54:28 +0000
commit71c609581458dc9df57ab62b541f3036ea9f9e8c (patch)
treeda6aa3a83a11cd13699f7826afffc3043124456b /lib/System
parent7e28460ee9678b9f7aeb78088e4498897035caa7 (diff)
Add one more Core i7 model number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Host.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp
index 98629e0691..17384a18f9 100644
--- a/lib/System/Host.cpp
+++ b/lib/System/Host.cpp
@@ -210,6 +210,8 @@ std::string sys::getHostCPUName() {
// processors are manufactured using the 45 nm process.
case 29: // Intel Xeon processor MP. All processors are manufactured using
// the 45 nm process.
+ case 30: // Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz.
+ // As found in a Summer 2010 model iMac.
case 37: // Intel Core i7, laptop version.
return "corei7";