This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from e48d51d70 Attempt to build breakage caused by r326339. new 3e9e79075 Write some tests as linker scripts instead of assembly files.
The 1 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: .../{absolute-expr.s => absolute-expr.test} | 28 ++++----- test/ELF/linkerscript/align-empty.s | 18 ------ test/ELF/linkerscript/align-empty.test | 18 ++++++ test/ELF/linkerscript/discard-interp.s | 12 ---- test/ELF/linkerscript/discard-interp.test | 13 ++++ .../linkerscript/{operators.s => operators.test} | 73 +++++++++++----------- 6 files changed, 79 insertions(+), 83 deletions(-) rename test/ELF/linkerscript/{absolute-expr.s => absolute-expr.test} (74%) delete mode 100644 test/ELF/linkerscript/align-empty.s create mode 100644 test/ELF/linkerscript/align-empty.test delete mode 100644 test/ELF/linkerscript/discard-interp.s create mode 100644 test/ELF/linkerscript/discard-interp.test rename test/ELF/linkerscript/{operators.s => operators.test} (68%)