]> granicus.if.org Git - clang/commitdiff
Remove a TODO that isn't going to get fixed in this way.
authorEric Christopher <echristo@gmail.com>
Wed, 26 Aug 2015 07:01:30 +0000 (07:01 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 26 Aug 2015 07:01:30 +0000 (07:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246020 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 1baed6f7b7c3edffad221e77b762e122d85df8ba..52ca7e8e6e1d3814e287bb6a6c28e64ae2a74cc1 100644 (file)
@@ -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());