[PATCH] D75135: Revert "[WebAssembly] MC: Mark more function aliases as functions"

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 12:52:03 PST 2020


hliao added a comment.

It seems incorrect for me as the input IR has an alias casting function pointer to data pointer. That symbol itself should be regarded as a function symbol any more. If that IR needs to pass compilation, it should correct its generation by replacing that casting with one casting between function pointers. The casting from a function pointer to data pointer could be done within the accessor function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75135/new/

https://reviews.llvm.org/D75135





More information about the llvm-commits mailing list