<div dir="ltr">Btw, this works on *nix type systems, but I'm not sure about Windows.<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 2, 2017 at 4:06 PM, don hinton <span dir="ltr"><<a href="mailto:hintonda@gmail.com" target="_blank">hintonda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is there a way to do this with llvm-lit, i.e., use the equivalent of backticks?<div><br></div><div>foo takes a single argument, but doesn't read from stdin.</div><div><br></div><div>// RUN foo some_arg > %t; FileCheck %s < %t</div><div>// RUN foo `cat %t` | FileCheck --check-prefix=INVERSE</div><div><br></div><div>// CHECK: {{^[0-9]+$}}</div><div>// INVERSE: some_argĀ </div><div><br></div><div>thanks...</div><span class="HOEnZb"><font color="#888888"><div>don</div></font></span></div>
</blockquote></div><br></div>