<div class="gmail_quote">On Mon, Apr 30, 2012 at 6:43 PM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com" target="_blank">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On Mar 21, 2012, at 3:07 AM, Jonathan Gray <<a href="mailto:jsg@jsg.id.au">jsg@jsg.id.au</a>> wrote:<br>
<br>
> In test/Driver/clang-g-opts.c with tests of the form<br>
><br>
> // RUN: %clang -S -v -o %t %s        2>&1 | not grep -w -- -g<br>
><br>
> using 'not' here isn't portable and doesn't work on at least<br>
> OpenBSD and likely other systems (bash builtin?).<br>
><br>
> patch to move this to FileCheck attached<br>
<br>
</div></div>Committed as r155874, thanks!<br></blockquote><div><br></div><div>See my comments on the commit, I don't think this is a correct patch.</div><div><br></div><div>Move-over, 'not' *is* portable, as we build the 'not' command out of the LLVM tree?</div>
<div><br></div><div>I fully support moving it to filecheck, but the reason as stated doesn't comute for me. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
        - Doug<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br>