hanchenye-llvm-project/lld/lib/ReaderWriter
Rui Ueyama 64e3dedf3b Remove InputGraph::registerObserver.
PECOFF was the only user of the API, and the reason why we created
the API is because, although the driver creates a list of input files,
it has no knowledge on what files are being created. It was because
everything was hidden behind the InputGraph abstraction.

Now the driver knows what that's doing. We no longer need this
indirection to get the file list being processed.

llvm-svn: 225767
2015-01-13 05:24:53 +00:00
..
ELF Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
MachO Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
Native Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
PECOFF Remove InputGraph::registerObserver. 2015-01-13 05:24:53 +00:00
YAML Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
CoreLinkingContext.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
FileArchive.cpp Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
LinkerScript.cpp Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp Convert other drivers to use WrapperNode. 2015-01-13 04:33:07 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00