[PATCH] D75785: Add support for SHA256 source file checksums in debug info

Arlo Siemsen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 16:34:22 PST 2020


arlosi created this revision.
arlosi added reviewers: scott.linder, aprantl, rnk, akhuang, theraven.
arlosi added a project: LLVM.
Herald added subscribers: ormris, hiraditya.

LLVM currently supports CSK_MD5 and CSK_SHA1 source file checksums in debug info. This change adds support for CSK_SHA256 checksums.

The SHA256 checksums are supported by the CodeView debug format.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75785

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Bitcode/upgrade-dbg-checksum.ll
  llvm/test/Bitcode/upgrade-dbg-checksum.ll.bc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75785.248857.patch
Type: text/x-patch
Size: 5810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200307/308c1047/attachment.bin>


More information about the llvm-commits mailing list