diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-19 00:31:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-19 00:31:58 +0000 |
commit | b737bac6ed49312f355cf915bb642123776b7945 (patch) | |
tree | 96eadba4346c2d6d2f254a60220334e96f49f0aa /llvm/lib/System/Host.cpp | |
parent | 4fbf4af0f6131dba175c1e5992cac8613aafc9ef (diff) | |
download | bcm5719-llvm-b737bac6ed49312f355cf915bb642123776b7945.tar.gz bcm5719-llvm-b737bac6ed49312f355cf915bb642123776b7945.zip |
add corei7, the laptop version.
llvm-svn: 114302
Diffstat (limited to 'llvm/lib/System/Host.cpp')
-rw-r--r-- | llvm/lib/System/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Host.cpp b/llvm/lib/System/Host.cpp index 822814f4617..98629e0691f 100644 --- a/llvm/lib/System/Host.cpp +++ b/llvm/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 |