This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 8db8c72 Fix checks for R_386_8 and R_386_16. new 36c7259 Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}. new 7267164 Add file comments for ScriptParser.cpp.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/CMakeLists.txt | 2 +- ELF/LinkerScript.cpp | 6 +-- ELF/{ScriptParser.cpp => ScriptLexer.cpp} | 67 ++++++++++++++++++++++--------- ELF/{ScriptParser.h => ScriptLexer.h} | 10 ++--- 4 files changed, 57 insertions(+), 28 deletions(-) rename ELF/{ScriptParser.cpp => ScriptLexer.cpp} (65%) rename ELF/{ScriptParser.h => ScriptLexer.h} (83%)