[PATCH] D53842: [WebAssembly] Parsing missing directives to produce valid .o

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 09:04:08 PST 2018


aardappel added a comment.

In https://reviews.llvm.org/D53842#1286936, @aheejin wrote:

> This patch addresses global types, but do we have a way to recognize function types for undefined functions? I filed a bug for that: PR39557 <https://bugs.llvm.org/show_bug.cgi?id=39557>


Thanks! Yes, I am sure there are plenty of directives missing. Effectively we have to encode all metadata the backend generates that is used for constructing .o in them.


Repository:
  rL LLVM

https://reviews.llvm.org/D53842





More information about the llvm-commits mailing list