From: Chris Lattner Date: Wed, 8 Apr 2009 03:47:39 +0000 (+0000) Subject: remove fixme! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=837e897660a527cfe2b443ae7303f6cc8ba99a83;p=clang remove fixme! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68589 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 &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)) {