[llvm-bugs] [Bug 38866] WebAssembly- assertion failure with alias for function

2020-02-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38866

Michael Liao  changed:

   What|Removed |Added

 CC||michael.hl...@gmail.com
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #2 from Michael Liao  ---
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


[llvm-bugs] [Bug 38866] WebAssembly- assertion failure with alias for function

2019-02-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38866

Sam Clegg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
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