From 9d6063ab55117f127f97881d7c5ece4dc203482c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 26 Sep 2012 18:21:47 +0000 Subject: Add support for detecting some corei7-class Xeons. llvm-svn: 164714 --- llvm/lib/Support/Host.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index a13b9e2f87f..9ee3f2db925 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -234,6 +234,8 @@ std::string sys::getHostCPUName() { case 37: // Intel Core i7, laptop version. case 44: // Intel Core i7 processor and Intel Xeon processor. All // processors are manufactured using the 32 nm process. + case 46: // Nehalem EX + case 47: // Westmere EX return "corei7"; // SandyBridge: -- cgit v1.2.3