[PATCH] D158281: [LangRef][DebugInfo] Update DIFile checksum description
J. Ryan Stinnett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 07:49:03 PDT 2023
jryans created this revision.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
jryans added reviewers: scott.linder, aprantl, JDevlieghere.
jryans added a project: debug-info.
jryans published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
`DIFile`'s checksum fields became optional as part of
https://reviews.llvm.org/D43043. This updates the description in the docs to
match.
Fixes https://github.com/llvm/llvm-project/issues/39151
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158281
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -5591,7 +5591,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.551509.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230818/612bc336/attachment.bin>
More information about the llvm-commits
mailing list