ruiu added inline comments. ================ Comment at: ELF/LinkerScript.cpp:829 @@ +828,3 @@ + expect(","); + next(); + expect(")"); ---------------- This should be `readExpr()`. https://reviews.llvm.org/D22813