diff options
author | Eli Bendersky <eliben@google.com> | 2012-11-07 01:41:30 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-11-07 01:41:30 +0000 |
commit | 8a7e80f6f5ae11238251e104360a3e41fe7e5932 (patch) | |
tree | 5110e9bc840546c08796ad0da331999eb8e5ee03 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | 439265aba4bdfff983952d022c6da5c320fffd15 (diff) | |
download | bcm5719-llvm-8a7e80f6f5ae11238251e104360a3e41fe7e5932.tar.gz bcm5719-llvm-8a7e80f6f5ae11238251e104360a3e41fe7e5932.zip |
Document the -input-file option of FileCheck
llvm-svn: 167517
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index 51a9bf6293b..6fdc175c864 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -45,6 +45,11 @@ OPTIONS +**--input-file** *filename* + + File to check (defaults to stdin). + + **--strict-whitespace** By default, FileCheck canonicalizes input horizontal whitespace (spaces and |