aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-22 21:59:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-22 21:59:17 +0000
commit5affb539acc91ecb47216ae817d17accbd80d6a2 (patch)
treea37525c006dd4ec9156f056084867538b72e275f
parent4c2458a5ae09fc22fc61aedd380daf54f96d6112 (diff)
ARM: Remove a FIXME, it's not actually more complicated than that.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91924 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Basic/Targets.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index 3b3279723d..401bfe7d24 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -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__");