[LLVMbugs] [Bug 7454] Should not custom lower [EH_SJLJ_LONGJMP]!; UNREACHABLE executed at X86ISelLowering.cpp:7576!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 6 16:47:33 PDT 2010


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

Jim Grosbach <grosbach at apple.com> changed:

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

--- Comment #5 from Jim Grosbach <grosbach at apple.com> 2010-07-06 18:47:33 CDT ---
Fixed in r107734. __builtin_longjmp() is effectively a nop for x86 now, just
like it is from llvm-gcc. __builtin_setjmp() is similarly just a constant '0'.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list