<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><div>don</div></div>