[LLVMbugs] [Bug 24233] New: JITs should register unwind information (xdata) on Win64 to make longjmp and exceptions work

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 23 10:23:10 PDT 2015


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

            Bug ID: 24233
           Summary: JITs should register unwind information (xdata) on
                    Win64 to make longjmp and exceptions work
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: MCJIT
          Assignee: unassignedbugs at nondot.org
          Reporter: rnk at google.com
                CC: andya at microsoft.com, lhames at gmail.com,
                    llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Currently RTDyldMemoryManager::registerEHFrames() implements this on Mac and
Linux, but we need the same support for Win64. It involves calling
RtlInstallFunctionTableCallback or RtlAddFunctionTable, as described on MSDN at
https://msdn.microsoft.com/en-us/library/ft9x1kdx.aspx?f=255&MSPPError=-2147217396.

-- 
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/20150723/f61b7eee/attachment.html>


More information about the llvm-bugs mailing list