This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e4703639ca Remove unused include. new e7c6ff09d78 [NFC] update test case so checks are not order dependent wh [...] new f45980e68e5 Convert the last uses of ErrorOr in include/llvm/Object. new 233a05308dd Reland "[llvm-objcopy] Add support for --strip-sections to [...]
The 3 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: include/llvm/Object/IRObjectFile.h | 4 +- lib/LTO/LTOModule.cpp | 14 +++--- lib/Object/IRObjectFile.cpp | 22 +++++----- lib/Object/SymbolicFile.cpp | 6 ++- test/CodeGen/PowerPC/sjlj.ll | 10 ++--- test/tools/llvm-objcopy/strip-sections.test | 66 +++++++++++++++++++++++++++++ tools/llvm-objcopy/Object.cpp | 51 +++++++++++++--------- tools/llvm-objcopy/Object.h | 1 + tools/llvm-objcopy/llvm-objcopy.cpp | 22 ++++++++-- 9 files changed, 148 insertions(+), 48 deletions(-) create mode 100644 test/tools/llvm-objcopy/strip-sections.test