<div dir="ltr"><div><div>Just to make sure:<br></div>Both Operatingsystems have the same architecture (x64 or x86)?<br><br></div>And in both cases you JIT to the same Architecture?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-02-05 16:21 GMT+01:00 via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">Hello LLVM-people,</font>
<br>
<br><font size="2" face="sans-serif">I have a problem and I hope that you
could help me. I'm jitting some .BC files at runtime with the LLVM under
Windows 7. Thanks to the function "</font><font size="3">getImageBase()</font><font size="2" face="sans-serif">"
located in RuntimeDyldCOFFX86_64.h I'm able to support exceptions. But
when moving the program to Windows 10, the exceptions will crash the program.
I read that the __ImageBase is important for exceptions - so what is different
from Windows 7 to Windows 10?</font>
<br>
<br><font size="2" face="sans-serif">Also other __ImageBase related code
- like some switch statements - also crashes under Windows10 but not under
Windows7.</font>
<br>
<br><font size="2" face="sans-serif">Please help me!</font>
<br>
<br><font size="2" face="sans-serif">Kind regards</font>
<br><font size="2" face="sans-serif">Björn<br>
Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr.
DE 114 165 789<br>
Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko
Lampert, Hiroshi Kawamura, Takashi Nagano, Takeshi Fukushima.<br>
<br>
</font><br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>