From 0bf26746d9791bc27a51121d31b247867ea469ea Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 20 May 2011 15:11:26 +0000 Subject: Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility. llvm-svn: 131730 --- llvm/lib/Support/Host.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Host.cpp') diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 911c64accec..5d1ad92e237 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -215,7 +215,7 @@ std::string sys::getHostCPUName() { case 37: // Intel Core i7, laptop version. return "corei7"; case 42: // SandyBridge - return "sandybridge"; + return "corei7-avx"; case 28: // Intel Atom processor. All processors are manufactured using // the 45 nm process -- cgit v1.2.3