remove completed items

llvm-svn: 156143
This commit is contained in:
Nick Kledzik 2012-05-04 01:14:02 +00:00
parent 90c337a23c
commit a3c24f447f
1 changed files with 0 additions and 8 deletions

View File

@ -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.