aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-08 03:47:39 +0000
committerChris Lattner <sabre@nondot.org>2009-04-08 03:47:39 +0000
commit837e897660a527cfe2b443ae7303f6cc8ba99a83 (patch)
tree909a81f6f014f7d2e24a5018ad1bb987a7a72a37 /lib/Basic/Targets.cpp
parent56473d3a1b9207e0f9449a80de8a3589bb1cc993 (diff)
remove fixme!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r--lib/Basic/Targets.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index 55c683a36b..8ffeb61132 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -153,8 +153,6 @@ static void getDarwinDefines(std::vector<char> &Defs, const LangOptions &Opts,
else
Define(Defs, "__strong", "__attribute__((objc_gc(strong)))");
- // FIXME: OBJC_ZEROCOST_EXCEPTIONS when using zero cost eh.
-
// Figure out which "darwin number" the target triple is. "darwin9" -> 10.5.
unsigned Maj, Min;
if (getDarwinNumber(Triple, Maj, Min)) {