mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[FileCheck] Added documentation for --allow-unused-prefixes
Differential Revision: https://reviews.llvm.org/D90621
This commit is contained in:
parent
870b03306d
commit
f2bff76dd3
@ -64,6 +64,16 @@ and from the command line.
|
||||
comment style. In that case, consider proposing a change to the default
|
||||
comment prefixes instead.
|
||||
|
||||
.. option:: --allow-unused-prefixes
|
||||
|
||||
This option controls the behavior when using more than one prefix as specified
|
||||
by :option:`--check-prefix` or :option:`--check-prefixes`, and some of these
|
||||
prefixes are missing in the test file. If true, this is allowed, if false,
|
||||
FileCheck will report error, listing the missing prefixes.
|
||||
|
||||
It is currently, temporarily, true by default, and will be subsequently
|
||||
switched to false.
|
||||
|
||||
.. option:: --input-file filename
|
||||
|
||||
File to check (defaults to stdin).
|
||||
|
Loading…
Reference in New Issue
Block a user