This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b69da1b452d [MachineCopyPropagation] Minor clang-formatting. NFC new 7b734738932 [WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS. new 5b1329de306 [llvm-objcopy/llvm-strip]: handle --version
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: CMakeLists.txt | 1 + test/tools/llvm-objcopy/objcopy-version.test | 4 ++++ test/tools/llvm-objcopy/strip-version.test | 4 ++++ tools/llvm-objcopy/ObjcopyOpts.td | 3 +++ tools/llvm-objcopy/StripOpts.td | 4 ++++ tools/llvm-objcopy/llvm-objcopy.cpp | 10 ++++++++++ 6 files changed, 26 insertions(+) create mode 100644 test/tools/llvm-objcopy/objcopy-version.test create mode 100644 test/tools/llvm-objcopy/strip-version.test