This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d40c554 Temporarily disable this test on llvm-clang-lld-x86_64-scei-p [...] new ce88d7e ELF: Forbid all relative relocations to absolute symbols in P [...]
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: ELF/OutputSections.cpp | 2 +- ELF/SymbolTable.cpp | 2 +- ELF/SymbolTable.h | 2 +- ELF/Symbols.cpp | 9 ++++--- ELF/Symbols.h | 5 ++-- ELF/Writer.cpp | 42 ++++++++++++++++++++++---------- test/ELF/relocation-relative-absolute.s | 12 +++++++++ test/ELF/relocation-relative-synthetic.s | 11 +++++++++ test/ELF/relocation-relative-weak.s | 14 +++++++++++ 9 files changed, 78 insertions(+), 21 deletions(-) create mode 100644 test/ELF/relocation-relative-absolute.s create mode 100644 test/ELF/relocation-relative-synthetic.s create mode 100644 test/ELF/relocation-relative-weak.s