This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c29c57a08 [ELF] - Do not crash when LLD synthesizes output sections wit [...] new 1e426ea2e Add basic 64-bit SPARC support new a639e4395 [COFF] Allow debug info to relocate against discarded symbols
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: COFF/Chunks.cpp | 95 ++++++++++------ COFF/Chunks.h | 9 +- COFF/MarkLive.cpp | 7 ++ COFF/Symbols.h | 51 ++++++--- COFF/Writer.cpp | 49 --------- ELF/Arch/SPARCV9.cpp | 152 ++++++++++++++++++++++++++ ELF/CMakeLists.txt | 1 + ELF/SyntheticSections.cpp | 20 +++- ELF/Target.cpp | 2 + ELF/Target.h | 1 + test/COFF/Inputs/pdb-global-gc.s | 4 + test/COFF/Inputs/pdb-import-gc.lib | Bin 0 -> 1614 bytes test/COFF/pdb-global-gc.yaml | 116 ++++++++++++++++++++ test/COFF/pdb-import-gc.yaml | 114 +++++++++++++++++++ test/COFF/reloc-discarded.s | 30 +++++ test/COFF/secrel-absolute.s | 2 +- test/ELF/{basic-aarch64.s => basic-sparcv9.s} | 67 +++++------- test/lit.cfg | 2 + 18 files changed, 578 insertions(+), 144 deletions(-) create mode 100644 ELF/Arch/SPARCV9.cpp create mode 100644 test/COFF/Inputs/pdb-global-gc.s create mode 100644 test/COFF/Inputs/pdb-import-gc.lib create mode 100644 test/COFF/pdb-global-gc.yaml create mode 100644 test/COFF/pdb-import-gc.yaml create mode 100644 test/COFF/reloc-discarded.s copy test/ELF/{basic-aarch64.s => basic-sparcv9.s} (79%)