https://bugs.llvm.org/show_bug.cgi?id=49196

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 CC|                            |r...@google.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Reid Kleckner <r...@google.com> ---
The error comes from instruction selection for Windows EH instructions:
fatal error: error in backend: Cannot select: 0x55b833e46688: ch = catchret

Basically, nobody has implemented exception handling for Windows ARM 32. You
can work around the issue by disabling EH with -fno-exceptions.

*** This bug has been marked as a duplicate of bug 38341 ***

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

Reply via email to