This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8cbf4142f33 [ORC] Drop constexpr in unit test to appease a bot. new 153b1da7646 [WebAssembly] Add pass to infer prototypes for prototype-le [...]
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: lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssembly.h | 2 + .../WebAssemblyAddMissingPrototypes.cpp | 142 +++++++++++++++++++++ .../WebAssembly/WebAssemblyTargetMachine.cpp | 4 + test/CodeGen/WebAssembly/add-prototypes.ll | 20 +++ 5 files changed, 169 insertions(+) create mode 100644 lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp create mode 100644 test/CodeGen/WebAssembly/add-prototypes.ll