[llvm-commits] [lld] r156143 - /lld/trunk/lib/Core/TODO.txt
Nick Kledzik
kledzik at apple.com
Thu May 3 18:14:02 PDT 2012
Author: kledzik
Date: Thu May 3 20:14:02 2012
New Revision: 156143
URL: http://llvm.org/viewvc/llvm-project?rev=156143&view=rev
Log:
remove completed items
Modified:
lld/trunk/lib/Core/TODO.txt
Modified: lld/trunk/lib/Core/TODO.txt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Core/TODO.txt?rev=156143&r1=156142&r2=156143&view=diff
==============================================================================
--- lld/trunk/lib/Core/TODO.txt (original)
+++ lld/trunk/lib/Core/TODO.txt Thu May 3 20:14:02 2012
@@ -16,11 +16,3 @@
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.
More information about the llvm-commits
mailing list