<div dir="ltr"><div><div><div><div><div>Hi llvm-community,<br><br></div><div></div>I use llc (3.4-final) to generate object file:<br><br><i>llc code.bc -mtriple=x86_64-pc-win32-elf -mcpu=x86-64 -filetype=obj -code-model=large -o=code.o</i><br>
<br></div>then I load it with <i>RuntimeDyld + SectionMemoryManager</i> in my app.<br><br>I faced the problem described in <a href="http://llvm.org/bugs/show_bug.cgi?id=15356">15356 </a><a>bug</a>. Debug assertion fails at /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:273.<br>
I noticed that R_X86_64_PC32 relocations are used only within .eh_frame section. Why aren't R_X86_64_64 relocations used in that case? <br></div><div><br></div><div>Is there any working solution of this problem?<br></div>
<br></div>Thank you in advance.<br><br>--<br><font style="font-size:9pt" color="#6b6b6b" face="Tahoma">Best


                    regards,</font><br></div>Alexey Zasenko<br></div>