[ELF] - Move getSymbols() methods to InputFile.
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 4 Aug 2017 11:07:42 +0000 (11:07 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 4 Aug 2017 11:07:42 +0000 (11:07 +0000)
commit70ecb827b48957a6aeb3fe72930e824693a48c91
tree9443a115ed370bc13fd725cd80ba59bff98a8e64
parent2feb105882f0ef5ebdd01fa1c4f6f715864fb84a
[ELF] - Move getSymbols() methods to InputFile.

It can help to detemplate code.

Differential revision: https://reviews.llvm.org/D35936

llvm-svn: 310049
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/ELF/OutputSections.cpp