It was suggested in comments for D23609 to
move code from SymbolListFile to LinkerScript.
Patch do this change.
BTW, do we want to rename LinkerScript.cpp to something then ?
Paths
| Differential D23660
[ELF] - Merge SymbolListFile and LinkerScript code. AbandonedPublic Authored by grimar on Aug 18 2016, 6:19 AM.
Details
Diff Detail Event Timelinegrimar updated this object. grimar mentioned this in D23609: [ELF] - Linkerscript: support VERSION command..Aug 18 2016, 6:23 AM Comment Actions I was trying to say is to merge the two classes. I'd remove VersionScriptParser class and move the members to ScriptParser, so that you don't need to "cross the boundary" to read a version element.
Revision Contents
Diff 68526 ELF/CMakeLists.txt
ELF/Driver.cpp
ELF/LinkerScript.h
ELF/LinkerScript.cpp
ELF/SymbolListFile.h
ELF/SymbolListFile.cpp
ELF/SymbolTable.cpp
|