[PATCH] D41926: [DWARFv5] CodeGen support for MD5 checksum

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 16:49:47 PST 2018


probinson created this revision.
probinson added reviewers: dblaikie, aprantl.
probinson added a project: debug-info.
Herald added subscribers: JDevlieghere, hiraditya.

Pass MD5 checksums through from IR to assembly/object files.
After this, getting Clang to compute the MD5 should be the last step
to supporting MD5 in the DWARF v5 line table header.


https://reviews.llvm.org/D41926

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/test/CodeGen/Generic/dwarf-md5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41926.129371.patch
Type: text/x-patch
Size: 14248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/72594759/attachment-0001.bin>


More information about the llvm-commits mailing list