[PATCH] D127846: Update FileCheck docs after D95849. NFC

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 01:18:57 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG24b98520e2e8: Update FileCheck docs after D95849. NFCI (authored by rovka).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127846/new/

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.437467.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220616/0e51ab5a/attachment.bin>


More information about the llvm-commits mailing list