[PATCH] D43314: [lit] - Allow 1 test to report multiple micro-test results to provide support for microbenchmarks.

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 08:29:07 PST 2018


homerdin added inline comments.


================
Comment at: utils/lit/tests/test-output-micro.py:1
+# RUN: %{lit} -j 1 -v %{inputs}/test-data-micro --output %t.results.out > %t.out
+# RUN: FileCheck < %t.results.out %s
----------------
rengolin wrote:
> rengolin wrote:
> > Same thing here, join the lines with a pipe.
> Forgot the pipe here. :)
This test is checking the output file that `lit` writes, is there a way to pipe the output file to `FileCheck`?


https://reviews.llvm.org/D43314





More information about the llvm-commits mailing list