diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-14 16:42:05 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-14 16:42:05 +0000 |
commit | ad875c2c294248879981a43ef325670fd2be2045 (patch) | |
tree | 53570bb8d249359368626d48e6ac75433d3adb40 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | 2c00fc41b494aa42d1f896f8b81ef10f2418c242 (diff) | |
download | bcm5719-llvm-ad875c2c294248879981a43ef325670fd2be2045.tar.gz bcm5719-llvm-ad875c2c294248879981a43ef325670fd2be2045.zip |
[FileCheck] Document --check-prefixes.
llvm-svn: 272683
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 8d88237f393..3e4c29f1572 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -38,6 +38,11 @@ OPTIONS prefixes to match. Multiple prefixes are useful for tests which might change for different run options, but most lines remain the same. +.. option:: --check-prefixes prefix1,prefix2,... + + An alias of :option:`--check-prefix` that allows multiple prefixes to be + specified as a comma separated list. + .. option:: --input-file filename File to check (defaults to stdin). |