diff options
author | Eric Christopher <echristo@gmail.com> | 2015-08-26 07:01:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-08-26 07:01:30 +0000 |
commit | 1d3cbfa1c13f555718e24046313409d584ae7cf5 (patch) | |
tree | 89297f7622dde0a70310ac82c7476839a846a1b4 | |
parent | 5f369036d8f099c93b3835f3aedafa71dd0f610c (diff) | |
download | bcm5719-llvm-1d3cbfa1c13f555718e24046313409d584ae7cf5.tar.gz bcm5719-llvm-1d3cbfa1c13f555718e24046313409d584ae7cf5.zip |
Remove a TODO that isn't going to get fixed in this way.
llvm-svn: 246020
-rw-r--r-- | clang/lib/Basic/Targets.cpp | 3 |
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()); |