<div dir="rtl"><div dir="ltr">Module loaded with MCJIT register its EH frames with __register_frame to the runtime library. After MCJIT destructs and the module unloaded,  the runtime stays with invalid frames of the module, leading to faulty EH behaviour next time.</div>

<div dir="ltr"><br></div><div dir="ltr">This patch calls __deregister_frame upon MCJIT destruction to keep proper runtime library EH state.</div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div>

</div>