diff options
| author | Amjad Aboud <amjad.aboud@intel.com> | 2016-12-25 10:12:09 +0000 |
|---|---|---|
| committer | Amjad Aboud <amjad.aboud@intel.com> | 2016-12-25 10:12:09 +0000 |
| commit | 7faeecc8f78c31c24c32a9c2e468e840e1b0a15d (patch) | |
| tree | 070d7be17f00e414ff58b6f2b3b8517d3d2341bb /llvm/docs | |
| parent | 5dc0bba4e4a76a338dd34ef6eee695e8446e9236 (diff) | |
| download | bcm5719-llvm-7faeecc8f78c31c24c32a9c2e468e840e1b0a15d.tar.gz bcm5719-llvm-7faeecc8f78c31c24c32a9c2e468e840e1b0a15d.zip | |
[DebugInfo] Added support for Checksum debug info feature.
Differential Revision: https://reviews.llvm.org/D27642
llvm-svn: 290514
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 4dd7157d04e..01ac75e132e 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -3998,10 +3998,13 @@ DIFile .. code-block:: llvm - !0 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") + !0 = !DIFile(filename: "path/to/file", directory: "/path/to/dir", + checksumkind: CSK_MD5, + checksum: "000102030405060708090a0b0c0d0e0f") 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} .. _DIBasicType: |

