[PATCH] D12219: WebAssembly: Implement call
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 11:23:17 PDT 2015
jfb marked an inline comment as done.
================
Comment at: test/CodeGen/WebAssembly/call.ll:23
@@ +22,3 @@
+
+; CHECK-LABEL: call_i64_nullary:
+; CHECK-NEXT: (setlocal @0 (global $i64_nullary))
----------------
This is resolved, but there's now an issue with void functions which I'll tackle in a separate patch.
http://reviews.llvm.org/D12219
More information about the llvm-commits
mailing list