diff options
author | Diana Picus <diana.picus@linaro.org> | 2022-06-15 11:24:21 +0000 |
---|---|---|
committer | Diana Picus <diana.picus@linaro.org> | 2022-06-16 08:18:12 +0000 |
commit | 24b98520e2e8f27cdc1169f38b07884b719472f6 (patch) | |
tree | 97773f54c67dac4663d179f13147122b4d053406 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | c5990d353e144bb490ce98be2e9d116fede978ca (diff) | |
download | llvm-24b98520e2e8f27cdc1169f38b07884b719472f6.zip llvm-24b98520e2e8f27cdc1169f38b07884b719472f6.tar.gz llvm-24b98520e2e8f27cdc1169f38b07884b719472f6.tar.bz2 |
Update FileCheck docs after D95849. NFCI
The default has been false for quite a while now.
Differential Revision: https://reviews.llvm.org/D127846
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index c594076..432dafa 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 |