[llvm] r186290 - Correct inaccurate statement in FileCheck docs.

Stephen Lin stephenwlin at gmail.com
Sun Jul 14 11:12:25 PDT 2013


Author: stephenwlin
Date: Sun Jul 14 13:12:25 2013
New Revision: 186290

URL: http://llvm.org/viewvc/llvm-project?rev=186290&view=rev
Log:
Correct inaccurate statement in FileCheck docs.

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.rst

Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=186290&r1=186289&r2=186290&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Sun Jul 14 13:12:25 2013
@@ -18,7 +18,8 @@ using :program:`grep`, but it is optimiz
 inputs in one file in a specific order.
 
 The ``match-filename`` file specifies the file that contains the patterns to
-match.  The file to verify is always read from standard input.
+match.  The file to verify is read from standard input unless the
+:option:`--input-file` option is used.
 
 OPTIONS
 -------





More information about the llvm-commits mailing list