mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-13 21:05:16 +00:00
Accept -march=i586, because gcc does (a synonym
for pentium). Fixes gcc.target/i386/20000720-1.c gcc.target/i386/pr26826.c git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0329466b6b
commit
2194d46624
@ -59,6 +59,7 @@ class Proc<string Name, list<SubtargetFeature> Features>
|
||||
def : Proc<"generic", []>;
|
||||
def : Proc<"i386", []>;
|
||||
def : Proc<"i486", []>;
|
||||
def : Proc<"i586", []>;
|
||||
def : Proc<"pentium", []>;
|
||||
def : Proc<"pentium-mmx", [FeatureMMX]>;
|
||||
def : Proc<"i686", []>;
|
||||
|
Loading…
Reference in New Issue
Block a user