summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2012-05-04 01:14:02 +0000
committerNick Kledzik <kledzik@apple.com>2012-05-04 01:14:02 +0000
commita3c24f447fa1af4bcf0ccf242729825253e61432 (patch)
tree788c334e19b4c890d7253037648a047054ec7038
parent90c337a23c078ffc7dfd58a0850cee0f39801a6d (diff)
downloadbcm5719-llvm-a3c24f447fa1af4bcf0ccf242729825253e61432.tar.gz
bcm5719-llvm-a3c24f447fa1af4bcf0ccf242729825253e61432.zip
remove completed items
llvm-svn: 156143
-rw-r--r--lld/lib/Core/TODO.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lld/lib/Core/TODO.txt b/lld/lib/Core/TODO.txt
index 4a5decbac6a..196a3e02c2f 100644
--- a/lld/lib/Core/TODO.txt
+++ b/lld/lib/Core/TODO.txt
@@ -16,11 +16,3 @@ lib/Core
future changes to the enumerations, there should be a translation layer
to map disk values to in-memory values.
-* The Platform interface needs to be refactored. There should be less work
- done in the platform. Instead the Platform should just be a bunch of
- predicate member functcions which direct the Resolver in how to operate.
- Subclasses of Platform can set the predicate values in their constructors. An
- alternative to having the platform provide this directly is to have the
- Platform return a LinkInfo object similar to MCAsmInfo and friends.
-
-* The YamlReader should be converted to use LLVM's Support::YAMLParser.
OpenPOWER on IntegriCloud