[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
authorPaul Robinson <paul.robinson@sony.com>
Wed, 11 Apr 2018 15:14:05 +0000 (15:14 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 11 Apr 2018 15:14:05 +0000 (15:14 +0000)
commit0195469a238095c451ce00008d94abd53a055451
tree79a9d25d37ebb3a780af31fd9cebef5b4711c3f9
parent366857a23ab44247d5c8651bb067920b0306626b
[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.

Previously the MD5 option of the .file directive provided the checksum
as a quoted hex string; now it's a normal hex number with 0x prefix,
same as the .octa directive accepts.

Differential Revision: https://reviews.llvm.org/D45459

llvm-svn: 329820
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