Move code from InputFile to ELFCreator to decouple the two files.
authorRui Ueyama <ruiu@google.com>
Thu, 20 Oct 2016 21:57:06 +0000 (21:57 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 20 Oct 2016 21:57:06 +0000 (21:57 +0000)
commit617d587432739ed20ca4244debfdbfb3d6dad912
treebd2ae0c6f299ccc70bb209d7b49dd0949338daaa
parenteb7ef2e1cae45a04ed92bf2ef7b02417e6022041
Move code from InputFile to ELFCreator to decouple the two files.

Now that only one non-member function is exported from ELFCreator.h.
All the details are handled internally in ELFCreator.cpp file.

llvm-svn: 284786
lld/ELF/ELFCreator.cpp
lld/ELF/ELFCreator.h
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h