This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ac8c686 Set entry address to 0x0 if no _start symbol new 36510d1 [ELF][MIPS] Update the comment new b5bc797 [ELF][MIPS] Fix initialization of TLS-related GOT entries new 8d67e0d Linker script: implement ALIGNOF
The 3 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/LinkerScript.cpp | 16 ++++++ ELF/LinkerScript.h | 2 + ELF/OutputSections.cpp | 31 ++++++++++- ELF/OutputSections.h | 2 +- ELF/Relocations.cpp | 14 ++--- test/ELF/linkerscript/alignof.s | 41 ++++++++++++++ test/ELF/mips-tls-64.s | 116 ++++++++++++++++++++++++---------------- test/ELF/mips-tls-static.s | 12 +++-- test/ELF/mips-tls.s | 99 ++++++++++++++++++++++------------ 9 files changed, 242 insertions(+), 91 deletions(-) create mode 100644 test/ELF/linkerscript/alignof.s