<div dir="rtl"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">The HAVE_EHTABLE_SUPPORT logic in lib\ExecutionEngine\RTDyldMemoryManager.cpp assumes that if __register_frame() is not available on the building compiler, it's not available in the target. For example, this happens on Windows when building LLVM with Visual C++ but using the MingW runtime.</div>

<div><br></div><div dir="ltr">The attached patch tries (once) to find __register_frame() in the loaded dynamic libraries at runtime if it wasn't linked at compile time.</div><div dir="ltr"><br></div><div dir="ltr">Yaron</div>

<div dir="ltr"><br></div></div>