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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs