[ELF] - Remove VersionScriptParser class and move the members to ScriptParser
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 31 Aug 2016 09:08:26 +0000 (09:08 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 31 Aug 2016 09:08:26 +0000 (09:08 +0000)
commit20b6598c102bdcbe5c981a06e6ed6baeafc79af1
tree3d4b0b92bf6e871b6c2ca408d74b160e875c1639
parentebf1da565c847123ae06b65a543d191bc4c349e9
[ELF] - Remove VersionScriptParser class and move the members to ScriptParser

Patch removes VersionScriptParser class and moves the members to ScriptParser
It opens road for implementation of VERSION linkerscript command.

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

llvm-svn: 280212
lld/ELF/Driver.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h
lld/ELF/SymbolListFile.cpp
lld/ELF/SymbolListFile.h