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 | 222920d667f848de3c51cd93496de980ffcf2e6a (patch) | |
tree | 9cd6725c4ef4c8ecd7192b5658c0fa8b6761f675 /lib | |
parent | cd458be04761f4a4dfb0881847a2acb4dc2d0609 (diff) | |
download | external_llvm-222920d667f848de3c51cd93496de980ffcf2e6a.zip external_llvm-222920d667f848de3c51cd93496de980ffcf2e6a.tar.gz external_llvm-222920d667f848de3c51cd93496de980ffcf2e6a.tar.bz2 |
add corei7, the laptop version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/System/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp index 822814f..98629e0 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 |