This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9290bf2 Avoid using grep command in a test. new 5932188 Read an expression in the form of "ABSOLUTE(<expr>) op <expr> ...". new 080869e Don't call markLiveAt for non alloc sections.
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/InputSection.cpp | 3 ++- ELF/InputSection.h | 5 ++++- ELF/LinkerScript.cpp | 4 +++- ELF/MarkLive.cpp | 11 ++++++----- test/ELF/linkerscript/absolute.s | 18 ++++++++++++++++++ 5 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 test/ELF/linkerscript/absolute.s