1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[Docs][FileCheck] Small fix.

This commit is contained in:
Mircea Trofin 2020-11-03 07:08:51 -08:00
parent 11a667f122
commit 6041d3461b

View File

@ -69,7 +69,7 @@ and from the command line.
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.
FileCheck will report an error, listing the missing prefixes.
It is currently, temporarily, true by default, and will be subsequently
switched to false.