This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7a287e981a [LoopIdiom] BCmp: check, not assert that loop exits exit ou [...] new 8c62cab5538 JumpThreadingPass::UnfoldSelectInstr - silence static analy [...] new 327f5f9ccd2 [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does n [...]
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: lib/Transforms/Scalar/JumpThreading.cpp | 2 +- .../llvm-objcopy/ELF/add-symbol-no-symtab.test | 81 ++++++++++++++++++++++ tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 8 +-- tools/llvm-objcopy/ELF/Object.cpp | 41 ++++++++--- tools/llvm-objcopy/ELF/Object.h | 12 ++-- 5 files changed, 123 insertions(+), 21 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/add-symbol-no-symtab.test