forked from OSchip/llvm-project
ARM: Remove a FIXME, it's not actually more complicated than that.
llvm-svn: 91924
This commit is contained in:
parent
200f82c889
commit
42fe663e3b
|
@ -1365,7 +1365,6 @@ public:
|
|||
if ('5' <= CPUArch[0] && CPUArch[0] <= '7')
|
||||
Define(Defs, "__THUMB_INTERWORK__");
|
||||
|
||||
// FIXME: It's more complicated than this.
|
||||
if (ABI == "aapcs" || ABI == "aapcs-linux")
|
||||
Define(Defs, "__ARM_EABI__");
|
||||
|
||||
|
|
Loading…
Reference in New Issue