This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67a2922523a gn build: Merge r352444, r352431, r352430 new db95f488001 Reversing the checkin for version 352484 as tests are failing. new d99c98b3dd5 [llvm-objcopy] Implement --set-section-flags.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 75 ++++++++----- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 5 +- test/CodeGen/AArch64/switch-unreachable-default.ll | 124 --------------------- test/CodeGen/X86/pr38743.ll | 72 ++++++------ test/CodeGen/X86/switch-jump-table.ll | 8 +- .../ELF/set-section-flags-and-rename.test | 14 +++ .../ELF/set-section-flags-multiple.test | 32 ++++++ ...me-section-flag.test => set-section-flags.test} | 42 ++++--- tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 8 +- tools/llvm-objcopy/CopyConfig.cpp | 87 +++++++++++---- tools/llvm-objcopy/CopyConfig.h | 6 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 34 ++++-- tools/llvm-objcopy/ObjcopyOpts.td | 7 ++ 13 files changed, 266 insertions(+), 248 deletions(-) delete mode 100644 test/CodeGen/AArch64/switch-unreachable-default.ll create mode 100644 test/tools/llvm-objcopy/ELF/set-section-flags-and-rename.test create mode 100644 test/tools/llvm-objcopy/ELF/set-section-flags-multiple.test copy test/tools/llvm-objcopy/ELF/{rename-section-flag.test => set-section-flags.te [...]