[LLVMbugs] [Bug 22847] Win8.1 SDK trips the backend into panic

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 9 13:43:56 PDT 2015


http://llvm.org/bugs/show_bug.cgi?id=22847

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |LATER

--- Comment #3 from Reid Kleckner <rnk at google.com> ---
After the Itanium / MS C++ EH ABI split in r231105, we no longer fail in this
way. We fail like this now:
begin/end catch intrinsics not lowered in codegen
UNREACHABLE executed at
..\lib\CodeGen\SelectionDAG\SelectionDAGBuilder.cpp:5518!

... but that's a known issue because we haven't finished implementing this
stuff. I'm going to close this. Feel free to report more issues when EH is
done.

-- 
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/20150309/8a194952/attachment.html>


More information about the llvm-bugs mailing list