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
- Repository
- rL LLVM
Event Timeline
| ELF/LinkerScript.cpp | ||
|---|---|---|
| 583–586 ↗ | (On Diff #68865) | Instead of adding another parameter to the constructor, add another entry point function than run. Actually I'd rename run parseLinkerScript and add parseVersionScript. |
| 626–629 ↗ | (On Diff #68865) | What's the difference between read prefix and parse prefix? If there's no reason, rename them to start with read. |
| 1389 ↗ | (On Diff #68865) | Remove this empty line. |