[PATCH] D14543: llvm-config: Explicitly flush ostream so output can be piped into other programs.
Jonathan Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 09:52:53 PST 2015
jroelofs added inline comments.
================
Comment at: test/tools/llvm-config/flush-stdout.test:1
@@ +1,2 @@
+RUN: llvm-config --version | grep '\.'
+
----------------
Please use `FileCheck` instead of `grep`... we're trying to eliminate grep from testcases (slowly).
http://reviews.llvm.org/D14543
More information about the llvm-commits
mailing list