<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 28, 2015 at 7:49 AM, Michael Spencer <span dir="ltr"><<a href="mailto:bigcheesegs@gmail.com" target="_blank">bigcheesegs@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry about that. I broke that recently. A patch is on it's way to fix<br>
this in CMake (<a href="http://reviews.llvm.org/D7224" target="_blank">http://reviews.llvm.org/D7224</a>). For now you just need<br>
to add:<br>
<br>
-D__MSVCRT_VERSION__=0x<at least 90>0 -lmsvcr<at least 90><br>
<br>
mingw links against the OS msvcrt.dll by default, which it really<br>
shouldn't be doing ;/<br></blockquote><div><br></div><div>Sure, but it has been doing that for ~10 years and isn't likely to change its default. Does anyone need us to call set_abort_behavior on mingw? Can we just do a feature check for its presence? I'd rather not add this cmake cruft.</div></div></div></div>