[PassManager] add ReaderWriter{Native,YAML} to the Driver.

Enable this for the following flavors

a) core
b) gnu
c) darwin

Its disabled for the flavor PECOFF. Convenient markers are added with FIXME
comments in the Driver that would be removed and code removed from each flavor.

llvm-svn: 193585
This commit is contained in:
Shankar Easwaran
2013-10-29 05:12:14 +00:00
parent 3aca58f135
commit 2bc24928d3
37 changed files with 297 additions and 70 deletions

View File

@@ -108,6 +108,6 @@ ErrorOr<File &> LinkingContext::nextFile() {
}
}
void LinkingContext::addPasses(PassManager &pm) const {}
void LinkingContext::addPasses(PassManager &pm) {}
} // end namespace lld