From: Daniel Sanders Date: Tue, 14 Jun 2016 16:42:05 +0000 (+0000) Subject: [FileCheck] Document --check-prefixes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fc85ab7c2744f985fa45291f065c197cc8dc4e9;p=llvm [FileCheck] Document --check-prefixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272683 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index 8d88237f393..3e4c29f1572 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/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).