This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/ARMportforupstream in repository toolchain/llvm/lld.
discards a259505 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got discards bfa839a Initial support for ARM in lld. adds 4dfc3f8 [ELF][MIPS] Always resolve MIPS GP-relative relocations to 'l [...] adds 68bbed2 Make test more realistic. adds c7a1051 Simplify. NFC. adds b544392 [ELF] Unbreak build with GCC. adds eb8ceea bar adds ea3fb82 Revert "bar" adds fe7db87 Handle the -T option. new 29d9a85 Initial support for ARM in lld. new 709b5a2 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (a259505) \ N -- N -- N refs/heads/linaro-local/ARMportforupstream (709b5a2)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: ELF/Driver.cpp | 1 + ELF/DriverUtils.cpp | 1 + ELF/InputFiles.cpp | 5 + ELF/InputSection.cpp | 3 +- ELF/InputSection.h | 4 +- ELF/Relocations.cpp | 28 ++++- test/ELF/Inputs/arm-plt-reloc.s | 2 - test/ELF/arm-attributes-remove.s | 33 ++++++ test/ELF/arm-data-relocs.s | 8 +- test/ELF/{arm-got.s => arm-fpic-got.s} | 0 ...nu-ifunc-nosym-i386.s => arm-gnu-ifunc-nosym.s} | 14 +-- test/ELF/arm-gnu-ifunc.s | 131 +++++++++++++++++++++ test/ELF/arm-gotoff.s | 72 +++++++++++ test/ELF/gotpc-relax-und-dso.s | 58 ++++----- test/ELF/gotpc-relax.s | 68 +++++------ test/ELF/gotpcrelx.s | 6 +- test/ELF/mips-64-gprel-so.s | 23 ++++ test/ELF/reproduce.s | 4 +- 18 files changed, 371 insertions(+), 90 deletions(-) create mode 100644 test/ELF/arm-attributes-remove.s rename test/ELF/{arm-got.s => arm-fpic-got.s} (100%) copy test/ELF/{gnu-ifunc-nosym-i386.s => arm-gnu-ifunc-nosym.s} (66%) create mode 100644 test/ELF/arm-gnu-ifunc.s create mode 100644 test/ELF/arm-gotoff.s create mode 100644 test/ELF/mips-64-gprel-so.s