[PATCH] D64679: Display codeview type record values in hex representation instead of decimal

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 16:21:28 PDT 2019


nilanjana_basu created this revision.
nilanjana_basu added a reviewer: rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Code view type record "integer" type values are currently emitted in decimal format. This change will display these values in hex format for better readability.


Repository:
  rL LLVM

https://reviews.llvm.org/D64679

Files:
  llvm/include/llvm/MC/MCExpr.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCExpr.cpp
  llvm/test/DebugInfo/COFF/types-basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64679.209633.patch
Type: text/x-patch
Size: 15279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/a6093441/attachment.bin>


More information about the llvm-commits mailing list