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 c1d7920 Initial support for ARM in lld. adds 48d2b37 Update for llvm change. adds ef8c628 [ELF][MIPS] Handle section symbol points to the .MIPS.options [...] adds b9cab3d --threads is a flag, not a number adds cc9d948 Add a help description for --threads to avoid confusion. adds 58c42eb Explain a bit better what --start-lib and --end-lib do. adds b9a2e54 Make -L description a bit more precise. adds 73a898f Update LLD for D20550. adds 0336e6f Avoid having to check in a binary. adds 23b131a Avoid doing binary search. new bfa839a Initial support for ARM in lld. new d705ec6 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 (c1d7920) \ N -- N -- N refs/heads/linaro-local/ARMportforupstream (d705ec6)
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: COFF/SymbolTable.cpp | 10 ++-- ELF/InputSection.cpp | 51 +++++++++++++++------ ELF/InputSection.h | 3 ++ ELF/LTO.cpp | 8 +++- ELF/Options.td | 9 ++-- ELF/OutputSections.cpp | 8 ++++ ELF/OutputSections.h | 3 ++ ELF/Target.cpp | 10 +++- ELF/Writer.cpp | 20 +++++++- test/ELF/Inputs/mips-options.o | Bin 0 -> 1160 bytes test/ELF/Inputs/no-augmentation.o | Bin 3640 -> 0 bytes .../lto/Inputs/{start-lib1.ll => irmover-error.ll} | 8 ++-- test/ELF/lto/irmover-error.ll | 12 +++++ test/ELF/mips-options-r.test | 19 ++++++++ test/ELF/no-augmentation.s | 18 ++++---- 15 files changed, 139 insertions(+), 40 deletions(-) create mode 100644 test/ELF/Inputs/mips-options.o delete mode 100644 test/ELF/Inputs/no-augmentation.o copy test/ELF/lto/Inputs/{start-lib1.ll => irmover-error.ll} (63%) create mode 100644 test/ELF/lto/irmover-error.ll create mode 100644 test/ELF/mips-options-r.test