From 8e082688a16ccbe0d39b26ab8d3fd7d4004f4c01 Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Thu, 19 Jul 2012 19:05:37 +0000 Subject: Adds the family codes for the Midview Atom processors so that the Atom buildbot will auto-detect Atom. llvm-svn: 160521 --- llvm/lib/Support/Host.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Support/Host.cpp') diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 367ab6bfd4e..9a2c39d72e3 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -249,9 +249,8 @@ std::string sys::getHostCPUName() { case 28: // Most 45 nm Intel Atom processors case 38: // 45 nm Atom Lincroft case 39: // 32 nm Atom Medfield - // re-enable when buildbot will pass all atom tests - //case 53: // 32 nm Atom Midview - //case 54: // 32 nm Atom Midview + case 53: // 32 nm Atom Midview + case 54: // 32 nm Atom Midview return "atom"; default: return (Em64T) ? "x86-64" : "i686"; -- cgit v1.2.3