mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user