This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e512c89e05 Try to fix failing AMDGPU disasm test, both Lin/Win agree t [...] new c506cad8923 [llvm-lipo] Implement -segalign new 22f9a7b6586 Revert "Try to fix failing AMDGPU disasm test, both Lin/Win [...]
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: test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 2 +- test/tools/llvm-lipo/segalign-invalid-input.test | 29 ++++++ test/tools/llvm-lipo/segalign.test | 113 +++++++++++++++++++++++ tools/llvm-lipo/LipoOpts.td | 6 ++ tools/llvm-lipo/llvm-lipo.cpp | 81 +++++++++++++++- 5 files changed, 225 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-lipo/segalign-invalid-input.test create mode 100644 test/tools/llvm-lipo/segalign.test