[PATCH] D45459: [DWARFv5] Fuss with asm syntax for conveying an MD5 checksum

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 14:50:09 PDT 2018


probinson created this revision.
probinson added reviewers: echristo, aprantl.
probinson added a project: debug-info.
Herald added subscribers: llvm-commits, JDevlieghere, hiraditya, arichardson, emaste.
Herald added a reviewer: espindola.

Previously this used a quoted hex string; now it's a number with 0x prefix, just like the .octa directive.


Repository:
  rL LLVM

https://reviews.llvm.org/D45459

Files:
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/test/CodeGen/Generic/dwarf-md5.ll
  llvm/test/MC/ELF/debug-file-options.s
  llvm/test/MC/ELF/debug-md5-err.s
  llvm/test/MC/ELF/debug-md5.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45459.141746.patch
Type: text/x-patch
Size: 7538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180409/ec29853d/attachment.bin>


More information about the llvm-commits mailing list