Reduce dependency to OutputSectionFactory.
authorRui Ueyama <ruiu@google.com>
Tue, 9 Aug 2016 01:35:38 +0000 (01:35 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 9 Aug 2016 01:35:38 +0000 (01:35 +0000)
commit30634d9b4f9a296a11da7c706a5608a9e80ceb02
tree011faf3337f23b58885b4408fc701b67c460f800
parent75118259bac43e6d3a28fdcc86c15c296c75806a
Reduce dependency to OutputSectionFactory.

The Factory class is too object-oriented-ish and easy to be abused.
This patch reduces dependency to that class. Eventually we want to
remove the dependency to that class from LinkerScript.

llvm-svn: 278084
lld/ELF/Writer.cpp