[PATCH] D127846: Update FileCheck docs after D95849. NFC
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 04:31:32 PDT 2022
rovka created this revision.
rovka added reviewers: MaskRay, jhenderson.
Herald added subscribers: kosarev, StephenFan, thopre.
Herald added a project: All.
rovka requested review of this revision.
Herald added a project: LLVM.
The default has been false for quite a while now.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127846
Files:
llvm/docs/CommandGuide/FileCheck.rst
Index: llvm/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/docs/CommandGuide/FileCheck.rst
+++ llvm/docs/CommandGuide/FileCheck.rst
@@ -69,10 +69,8 @@
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 an error, listing the missing prefixes.
-
- It is currently, temporarily, true by default, and will be subsequently
- switched to false.
+ FileCheck will report an error, listing the missing prefixes. The default value
+ is false.
.. option:: --input-file filename
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127846.437110.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220615/28b80141/attachment.bin>
More information about the llvm-commits
mailing list