[llvm] 24b9852 - Update FileCheck docs after D95849. NFCI
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 01:18:47 PDT 2022
Author: Diana Picus
Date: 2022-06-16T08:18:12Z
New Revision: 24b98520e2e8f27cdc1169f38b07884b719472f6
URL: https://github.com/llvm/llvm-project/commit/24b98520e2e8f27cdc1169f38b07884b719472f6
DIFF: https://github.com/llvm/llvm-project/commit/24b98520e2e8f27cdc1169f38b07884b719472f6.diff
LOG: Update FileCheck docs after D95849. NFCI
The default has been false for quite a while now.
Differential Revision: https://reviews.llvm.org/D127846
Added:
Modified:
llvm/docs/CommandGuide/FileCheck.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index c594076d1e12e..432dafa100bfd 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -69,10 +69,8 @@ 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 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
More information about the llvm-commits
mailing list