From e29a975d23f80046a005f3251b571b7ec13d7487 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 22 Apr 2016 21:02:27 +0000 Subject: [PATCH] Update a comment for r267145. llvm-svn: 267218 --- lld/ELF/LinkerScript.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index aae7507..d0b0062 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -82,7 +82,8 @@ static bool expect(ArrayRef &Tokens, StringRef S) { // This is a part of the operator-precedence parser to evaluate // arithmetic expressions in SECTIONS command. This function evaluates an -// integer literal, a parenthesized expression or the special variable ".". +// integer literal, a parenthesized expression, the ALIGN function, +// or the special variable ".". template uint64_t LinkerScript::parsePrimary(ArrayRef &Tokens) { StringRef Tok = next(Tokens); -- 2.7.4