This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa4f97a256d [cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` is requested. new 0e178bfba37 [cmake] Fix missing DEPENDS. new 9a7f4371107 [AArch64] Add integer abs testcases for D51873. new c8301cc3196 [WebAssembly] Fix signature of `main` in FixFunctionBitcasts
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: .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 6 ++- test/CodeGen/AArch64/iabs.ll | 52 ++++++++++++++++++++++ .../WebAssembly/{main.ll => main-no-args.ll} | 0 .../WebAssembly/{main.ll => main-with-args.ll} | 12 +++-- tools/llvm-exegesis/CMakeLists.txt | 3 ++ tools/llvm-exegesis/lib/AArch64/CMakeLists.txt | 3 ++ tools/llvm-exegesis/lib/CMakeLists.txt | 3 ++ tools/llvm-exegesis/lib/X86/CMakeLists.txt | 3 ++ 8 files changed, 73 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AArch64/iabs.ll copy test/CodeGen/WebAssembly/{main.ll => main-no-args.ll} (100%) rename test/CodeGen/WebAssembly/{main.ll => main-with-args.ll} (58%)