summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-26 07:01:30 +0000
committerEric Christopher <echristo@gmail.com>2015-08-26 07:01:30 +0000
commit1d3cbfa1c13f555718e24046313409d584ae7cf5 (patch)
tree89297f7622dde0a70310ac82c7476839a846a1b4 /clang/lib/Basic
parent5f369036d8f099c93b3835f3aedafa71dd0f610c (diff)
downloadbcm5719-llvm-1d3cbfa1c13f555718e24046313409d584ae7cf5.tar.gz
bcm5719-llvm-1d3cbfa1c13f555718e24046313409d584ae7cf5.zip
Remove a TODO that isn't going to get fixed in this way.
llvm-svn: 246020
Diffstat (limited to 'clang/lib/Basic')
-rw-r--r--clang/lib/Basic/Targets.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp
index 1baed6f7b7c..52ca7e8e6e1 100644
--- a/clang/lib/Basic/Targets.cpp
+++ b/clang/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());
OpenPOWER on IntegriCloud