From 4e80799dbba6f5ef00296ea957ae1ea9cb142e51 Mon Sep 17 00:00:00 2001 From: Chris Lattner <sabre@nondot.org> Date: Sun, 19 Sep 2010 00:31:58 +0000 Subject: [PATCH] add corei7, the laptop version. llvm-svn: 114302 --- lib/System/Host.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp index 822814f4617..98629e0691f 100644 --- a/lib/System/Host.cpp +++ b/lib/System/Host.cpp @@ -210,6 +210,7 @@ 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 37: // Intel Core i7, laptop version. return "corei7"; case 28: // Intel Atom processor. All processors are manufactured using