<div dir="ltr">Hi Geoff! <div><br></div><div>It's nice to see that other people are following this "adventurous path" ;-) But unfortunately, I'm afraid, I don't have anything new to submit on this topic: I basically stopped working on those LLVM tests shortly after that last discussion, since I shifted my focus to different tasks/concerns... :-( Eventually I would like to get back to it, but realistically this is not going to happen anytime soon.Now, last thing I see from the notes I took (but you probably already noticed that) was that I seemed to have reached a point where my tests were working as expected despite this limitation, using the code I took from llvm-link (as described in that section <a href="https://wiki.nervtech.org/doku.php?id=blog:2020:0425_jit_compiler_part5_improvements#jit_modules_linking_process">https://wiki.nervtech.org/doku.php?id=blog:2020:0425_jit_compiler_part5_improvements#jit_modules_linking_process</a> ): so I'd say that was a working workaround in my case... but not sure it could apply in your situation depending on your whole "sources/bytecode/module processing path"... </div><div><br></div><div>=> But anyway, I wish you good luck if you decide to get your hands dirty on that!</div><div><br></div><div>Cheers,</div><div>Manu.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 31 mars 2021 à 15:09, Geoff Levner <<a href="mailto:glevner@gmail.com">glevner@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Emmanuel and Lang,</div><div><br></div><div>I am tuning in to this thread several months late, because I am just now trying to port our ORC-based application to Windows, and I am running into all the same problems that Emmanuel ran into. To avoid unresolved symbols I have had to compile JIT modules with -D_DLL; I have had to export RTTI-related symbols explicitly with the same trick that Emmanuel found; and now I have multiple definitions of ??_7exception@std@@6B@, like Emmanuel.</div><div><br></div><div>I see this bug has not been fixed, so my question is mostly for Emmanuel: have you found a workaround? I don't know exactly when this symbol is generated, but I have C++ modules that cannot be JIT compiled as a result...</div><div><br></div><div>Geoff</div><div><br></div></div>
</blockquote></div>