diff options
author | Chris Lattner <sabre@nondot.org> | 2011-06-09 06:38:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-06-09 06:38:17 +0000 |
commit | 78a113cbff5941ac6163a3f240ea6e91cb85649a (patch) | |
tree | 20c609e79104abff7e67603768fed47c0ccd608b /lib/Support/Host.cpp | |
parent | 7b3f72ff815894eba25b2112658df0ee41e3dfd7 (diff) |
add another sandybridge alias.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Host.cpp')
-rw-r--r-- | lib/Support/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index 5d1ad92e23..4299aa4e93 100644 --- a/lib/Support/Host.cpp +++ b/lib/Support/Host.cpp @@ -215,6 +215,7 @@ std::string sys::getHostCPUName() { case 37: // Intel Core i7, laptop version. return "corei7"; case 42: // SandyBridge + case 45: return "corei7-avx"; case 28: // Intel Atom processor. All processors are manufactured using |