From ad875c2c294248879981a43ef325670fd2be2045 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Tue, 14 Jun 2016 16:42:05 +0000 Subject: [PATCH] [FileCheck] Document --check-prefixes. llvm-svn: 272683 --- llvm/docs/CommandGuide/FileCheck.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index 8d88237f393b..3e4c29f1572a 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).