From: Eric Christopher Date: Wed, 26 Aug 2015 07:01:30 +0000 (+0000) Subject: Remove a TODO that isn't going to get fixed in this way. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f20fbd3a154a3d956dd6f772281aed28c3ccf4c4;p=clang Remove a TODO that isn't going to get fixed in this way. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 1baed6f7b7..52ca7e8e6e 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -7579,9 +7579,6 @@ TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags, return nullptr; // Add the features to the compile options. - // - // FIXME: If we are completely confident that we have the right set, we only - // need to pass the minuses. Opts->Features.clear(); for (const auto &F : Features) Opts->Features.push_back((F.getValue() ? "+" : "-") + F.getKey().str());