<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 23, 2014 at 2:48 PM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.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">I didn't notice that utils/not would execute out-of-tree tools.<br>

Could you update utils/not if it would work for you?<br>
  s/if (Result == 3)/if (ExpectCrash && Result == 3)/<br>
<br>
I intended "not --crash" would catch abort().<br>
Let me know if you knew better ways.<br></blockquote><div><br></div><div>That seems like it'd work.  The downside is that now 'not llvm-stuff ...' will exit successfully if llvm-stuff crashes with abort(), but that was already the status quo, and I can live with it.  Thanks for the help!</div>
</div></div></div>