[LLVMbugs] [Bug 15127] jit __builtin_setjmp on X86
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 31 13:51:29 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15127
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |asl at math.spbu.ru
Resolution| |INVALID
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 2013-01-31 15:51:29 CST ---
eh.sjlj.setjmp is LLVM-internal intrinsic used to implement sjlj-style
exceptions. It does not correspond to setjmp C routine and should not be used
outside the frontends.
--
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