[PATCH] D83682: [FileCheck] Add docs for --allow-empty
Sameer Arora via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 13:28:17 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd6c00edf2eb8: [FileCheck] Add docs for --allow-empty (authored by sameerarora101).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83682/new/
https://reviews.llvm.org/D83682
Files:
llvm/docs/CommandGuide/FileCheck.rst
Index: llvm/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/docs/CommandGuide/FileCheck.rst
+++ llvm/docs/CommandGuide/FileCheck.rst
@@ -181,6 +181,10 @@
as old tests are migrated to the new non-overlapping ``CHECK-DAG:``
implementation.
+.. option:: --allow-empty
+
+ Allow checking empty input. By default, empty input is rejected.
+
.. option:: --color
Use colors in output (autodetected by default).
@@ -903,5 +907,5 @@
DW_AT_location [DW_FORM_sec_offset] (0x00000233)
DW_AT_name [DW_FORM_strp] ( .debug_str[0x000000c9] = "intd")
-letting us set the :program:`FileCheck` variable ``DLOC`` to the desired value
+letting us set the :program:`FileCheck` variable ``DLOC`` to the desired value
``0x00000233``, extracted from the line immediately preceding "``intd``".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83682.284017.patch
Type: text/x-patch
Size: 867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200807/8a67e23a/attachment.bin>
More information about the llvm-commits
mailing list