This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8207b75f11a gn build: Merge r367071 new a803ec4c399 [llvm-lipo] Implement -replace
The 1 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: test/tools/llvm-lipo/Inputs/armv7-slice-big.yaml | 934 +++++++++++++++++++++ .../Inputs/armv7_i386_non_default_alignment.yaml | 191 +++++ .../Inputs/i386-x86_64-armv7-arm64-universal.yaml | 377 +++++++++ test/tools/llvm-lipo/replace-invalid-input.test | 30 + test/tools/llvm-lipo/replace-universal-binary.test | 35 + tools/llvm-lipo/LipoOpts.td | 6 + tools/llvm-lipo/llvm-lipo.cpp | 111 ++- 7 files changed, 1683 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-lipo/Inputs/armv7-slice-big.yaml create mode 100644 test/tools/llvm-lipo/Inputs/armv7_i386_non_default_alignment.yaml create mode 100644 test/tools/llvm-lipo/Inputs/i386-x86_64-armv7-arm64-universal.yaml create mode 100644 test/tools/llvm-lipo/replace-invalid-input.test create mode 100644 test/tools/llvm-lipo/replace-universal-binary.test