[PATCH] D158281: [LangRef][DebugInfo] Update DIFile checksum description
J. Ryan Stinnett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 05:02:05 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7e66e3072ddd: [LangRef][DebugInfo] Update DIFile checksum description (authored by jryans).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158281/new/
https://reviews.llvm.org/D158281
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -5599,7 +5599,10 @@
Files are sometimes used in ``scope:`` fields, and are the only valid target
for ``file:`` fields.
-Valid values for ``checksumkind:`` field are: {CSK_None, CSK_MD5, CSK_SHA1, CSK_SHA256}
+
+The ``checksum:`` and ``checksumkind:`` fields are optional. If one of these
+fields is present, then the other is required to be present as well. Valid
+values for ``checksumkind:`` field are: {CSK_MD5, CSK_SHA1, CSK_SHA256}
.. _DIBasicType:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158281.551992.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230821/bec811a5/attachment.bin>
More information about the llvm-commits
mailing list