OSDN Git Service

Revert "[WebAssembly] Emit type signatures for declared functions"
authorDerek Schuff <dschuff@google.com>
Thu, 2 Jun 2016 23:02:44 +0000 (23:02 +0000)
committerDerek Schuff <dschuff@google.com>
Thu, 2 Jun 2016 23:02:44 +0000 (23:02 +0000)
commit13e11d741a5bf7efea25658a53edc6c274223bc0
tree0c54e26ef0003b1c2a05c7ae0557e9d87e734683
parent4aa4497a7d074cd92c1077dcb3e2843885ea8acd
Revert "[WebAssembly] Emit type signatures for declared functions"

This reverts r271599, it broke the integration tests.
More places than I expected had nontrival return types in imports, or
else the check was wrong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
test/CodeGen/WebAssembly/indirect-import.ll [deleted file]