1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[FileCheck] Document --check-prefixes.

llvm-svn: 272683
This commit is contained in:
Daniel Sanders 2016-06-14 16:42:05 +00:00
parent a7650e55b0
commit 385661593f

View File

@ -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).