[llvm-bugs] [Bug 49196] ARM 32 Bits Windows MSVC C compiler is Fixed in Version LLVM/Clang 11.0.1, But C++ Still Crash
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 22 10:31:10 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=49196
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
CC| |rnk at google.com
Status|NEW |RESOLVED
--- Comment #1 from Reid Kleckner <rnk at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210222/e53d3e33/attachment-0001.html>
More information about the llvm-bugs
mailing list