From: Chris Lattner Date: Sun, 19 Sep 2010 00:31:58 +0000 (+0000) Subject: add corei7, the laptop version. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=222920d667f848de3c51cd93496de980ffcf2e6a;p=oota-llvm.git add corei7, the laptop version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114302 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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