From 78a113cbff5941ac6163a3f240ea6e91cb85649a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 9 Jun 2011 06:38:17 +0000 Subject: [PATCH] add another sandybridge alias. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132772 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Host.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index 5d1ad92e237..4299aa4e931 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 -- 2.11.0