[PATCH] D37157: Fix Bug 30978 by emitting cv file checksums.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 11:37:40 PDT 2017


ecbeckmann created this revision.
Herald added a subscriber: hiraditya.

The checksums had already been placed in the IR, this patch allows
MCCodeView to actually write it out to an MCStreamer.


https://reviews.llvm.org/D37157

Files:
  llvm/include/llvm/MC/MCCodeView.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCCodeView.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37157.112721.patch
Type: text/x-patch
Size: 7059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/942f7972/attachment.bin>


More information about the llvm-commits mailing list