https://bugs.llvm.org/show_bug.cgi?id=38866
Michael Liao <michael.hl...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael.hl...@gmail.com
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #2 from Michael Liao <michael.hl...@gmail.com> ---
how that IR is generated? It seems to me the fix is not correct as we should
honor the alias type. On targets other than WebAssembly, that is not
disallowed. If that IR is targeted to WebAssembly and the intention of IR still
requires the alias to be a function, it should create that alias a dummy
function, such as void (). We should fix the invalid IR generation instead of
adding a workaround in backend.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs