<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 3, 2015 at 11:16 AM, Joshua Gerrard <span dir="ltr"><<a href="mailto:joshua.gerrard@roli.com" target="_blank">joshua.gerrard@roli.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I'm using Visual Studio 2013 (just because we suppose it'll be better tested etc) with revision 245761 of clang, compiler-rt and llvm. I'm also using the ORC JIT engine to compile the C++ code.</div></blockquote><div><br></div><div>Current revision seems to be 246... so that's pretty recent, right?</div><div><br></div><div>Is there a reason you need to use compiler-rt? </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>The errors we're getting are non-deterministic, which is what is making it so hard to figure out.</div></div></blockquote><div><br></div><div>As in, crashes due to stray pointers? </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Are you building the release from source, and if so, what cmake flags are you using? </div></div></blockquote><div><br></div><div>Yes. <a href="https://github.com/russellw/ayane/blob/master/build-clang.bat">https://github.com/russellw/ayane/blob/master/build-clang.bat</a></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Any other things I should know about that you use to build your project? </div></div></blockquote><div><br></div><div>Current project build procedure:</div><div><br></div><div>if "%VCINSTALLDIR%"=="" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" x64</div><div>cl /Fea /I\llvm\build\include /I\llvm\include /I\mpir /MP /MTd *.cpp \llvm\build\Debug\lib\*.lib \mpir\build.vc14\lib_mpir_core2\x64\Debug\mpir.lib setargv.obj</div><div><br></div></div></div></div>