[PATCH] D65179: Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 18:15:15 PDT 2019


nilanjana_basu updated this revision to Diff 212489.
nilanjana_basu marked 2 inline comments as done.
nilanjana_basu added a comment.

1. Removed use of namespace from MCStreamer.h
2. Added helper function for factoring repeated code for printing def_range prefix


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65179/new/

https://reviews.llvm.org/D65179

Files:
  llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/test/DebugInfo/COFF/fp-stack.ll
  llvm/test/DebugInfo/COFF/local-variable-gap.ll
  llvm/test/DebugInfo/COFF/local-variables.ll
  llvm/test/DebugInfo/COFF/nrvo.ll
  llvm/test/DebugInfo/COFF/pieces.ll
  llvm/test/DebugInfo/COFF/register-variables.ll
  llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65179.212489.patch
Type: text/x-patch
Size: 28524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/318e533f/attachment.bin>


More information about the llvm-commits mailing list