Remove a file that is too short to be an independent file.
authorRui Ueyama <ruiu@google.com>
Sat, 19 Nov 2016 23:26:41 +0000 (23:26 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 19 Nov 2016 23:26:41 +0000 (23:26 +0000)
commitf7dfb2e250b3b0b4a3be39141bbd5cdf3582972f
tree84813f3225c272508811cc35988e910da6229bba
parent8f475567966a5782afbbe84e7b88b8502e495026
Remove a file that is too short to be an independent file.

We have a .cpp and a .h for parseDynamicList(). This patch
moves the function to DriverUtil.cpp.

llvm-svn: 287468
lld/ELF/CMakeLists.txt
lld/ELF/Driver.cpp
lld/ELF/Driver.h
lld/ELF/DriverUtils.cpp
lld/ELF/SymbolListFile.cpp [deleted file]
lld/ELF/SymbolListFile.h [deleted file]