From f20fbd3a154a3d956dd6f772281aed28c3ccf4c4 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Aug 2015 07:01:30 +0000 Subject: [PATCH] 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 --- lib/Basic/Targets.cpp | 3 --- 1 file changed, 3 deletions(-) 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()); -- 2.40.0