Details
Details
- Reviewers
ruiu • rafael - Commits
- rG20b6598c102b: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
rLLD280212: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
rL280212: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
Diff Detail
Diff Detail
Event Timeline
ELF/LinkerScript.cpp | ||
---|---|---|
593–596 | Instead of adding another parameter to the constructor, add another entry point function than run. Actually I'd rename run parseLinkerScript and add parseVersionScript. | |
635–638 | What's the difference between read prefix and parse prefix? If there's no reason, rename them to start with read. | |
1416 | Remove this empty line. |
Instead of adding another parameter to the constructor, add another entry point function than run. Actually I'd rename run parseLinkerScript and add parseVersionScript.