[all-commits] [llvm/llvm-project] 1478ed: Add support for SHA256 source file checksums in de...
Arlo Siemsen via All-commits
all-commits at lists.llvm.org
Thu Mar 12 16:32:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1478ed69d3dfc177a77e799af13075dd4474bcd0
https://github.com/llvm/llvm-project/commit/1478ed69d3dfc177a77e799af13075dd4474bcd0
Author: Arlo Siemsen <arsiem at microsoft.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/IR/Verifier.cpp
A llvm/test/Assembler/dbg-checksum.ll
Log Message:
-----------
Add support for SHA256 source file checksums in debug info
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.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D75785
More information about the All-commits
mailing list