[llvm-commits] [llvm] r167517 - /llvm/trunk/docs/CommandGuide/FileCheck.rst

Eli Bendersky eliben at google.com
Tue Nov 6 17:41:30 PST 2012


Author: eliben
Date: Tue Nov  6 19:41:30 2012
New Revision: 167517

URL: http://llvm.org/viewvc/llvm-project?rev=167517&view=rev
Log:
Document the -input-file option of FileCheck


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=167517&r1=167516&r2=167517&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Tue Nov  6 19:41:30 2012
@@ -45,6 +45,11 @@
 
 
 
+**--input-file** *filename*
+
+  File to check (defaults to stdin).
+
+
 **--strict-whitespace**
 
  By default, FileCheck canonicalizes input horizontal whitespace (spaces and





More information about the llvm-commits mailing list