This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88dc9581626 AMDGPU/GCN: Bring processors in sync with AMDGPUUsage new 789bf2ab8bb [AArch64] Add Exynos to host detection new 2e99c3afdad [WebAssemby] Re-apply r320041: "Support main functions with [...]
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: lib/Support/Host.cpp | 31 +++++++++++++ .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 51 +++++++++++++++++++++- test/CodeGen/WebAssembly/main-declaration.ll | 19 ++++++++ test/CodeGen/WebAssembly/main.ll | 18 ++++++++ unittests/Support/Host.cpp | 31 +++++++++++++ 5 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/WebAssembly/main-declaration.ll create mode 100644 test/CodeGen/WebAssembly/main.ll