This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 59a22b0e9 [ELF] Error if --strip-all and --emit-relocs are used together new 60326f87c [ELF] Make LinkerScript::assignAddresses iterative
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/LinkerScript.cpp | 45 +++++++++++++++++++++- ELF/LinkerScript.h | 2 +- ELF/Relocations.cpp | 5 --- ELF/Writer.cpp | 32 ++++++++++----- .../linkerscript/symbol-assign-many-passes.test | 25 ++++++++++++ .../linkerscript/symbol-assign-many-passes2.test | 28 ++++++++++++++ .../linkerscript/symbol-assign-not-converge.test | 20 ++++++++++ 7 files changed, 140 insertions(+), 17 deletions(-) create mode 100644 test/ELF/linkerscript/symbol-assign-many-passes.test create mode 100644 test/ELF/linkerscript/symbol-assign-many-passes2.test create mode 100644 test/ELF/linkerscript/symbol-assign-not-converge.test